[llvm-commits] [llvm] r41730 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h

Evan Cheng evan.cheng at apple.com
Wed Sep 5 14:58:19 PDT 2007


Author: evancheng
Date: Wed Sep  5 16:58:18 2007
New Revision: 41730

URL: http://llvm.org/viewvc/llvm-project?rev=41730&view=rev
Log:
Accidentially left this out.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveInterval.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=41730&r1=41729&r2=41730&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Wed Sep  5 16:58:18 2007
@@ -163,7 +163,8 @@
 
     /// getNextValue - Create a new value number and return it.  MIIdx specifies
     /// the instruction that defines the value number.
-    VNInfo *getNextValue(unsigned MIIdx, unsigned SrcReg) {
+    VNInfo *getNextValue(unsigned MIIdx, unsigned SrcReg,
+                         BumpPtrAllocator &VNInfoAllocator) {
 #ifdef __GNUC__
       unsigned Alignment = __alignof__(VNInfo);
 #else





More information about the llvm-commits mailing list