[llvm-commits] [llvm] r46021 - /llvm/trunk/include/llvm/CodeGen/LiveVariables.h

Owen Anderson resistor at mac.com
Tue Jan 15 14:21:31 PST 2008


Ach, sorry.

--Owen

On Jan 15, 2008, at 4:19 PM, Evan Cheng wrote:

> Author: evancheng
> Date: Tue Jan 15 16:19:35 2008
> New Revision: 46021
>
> URL: http://llvm.org/viewvc/llvm-project?rev=46021&view=rev
> Log:
> Unbreak the build.
>
> Modified:
>    llvm/trunk/include/llvm/CodeGen/LiveVariables.h
>
> Modified: llvm/trunk/include/llvm/CodeGen/LiveVariables.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveVariables.h?rev=46021&r1=46020&r2=46021&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/CodeGen/LiveVariables.h (original)
> +++ llvm/trunk/include/llvm/CodeGen/LiveVariables.h Tue Jan 15  
> 16:19:35 2008
> @@ -303,10 +303,10 @@
>   /// register.
>   VarInfo &getVarInfo(unsigned RegIdx);
>
> -  void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock  
> *BB);
> -  void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock  
> *BB,
> +  void MarkVirtRegAliveInBlock(unsigned reg, MachineBasicBlock *BB);
> +  void MarkVirtRegAliveInBlock(unsigned reg, MachineBasicBlock *BB,
>                                std::vector<MachineBasicBlock*>  
> &WorkList);
> -  void HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB,
> +  void HandleVirtRegUse(unsigned reg, MachineBasicBlock *MBB,
>                         MachineInstr *MI);
> };
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080115/8930edf9/attachment.bin>


More information about the llvm-commits mailing list