Accidentially left this out.

llvm-svn: 41730
This commit is contained in:
Evan Cheng 2007-09-05 21:58:18 +00:00
parent db53aef53e
commit 26038c3918
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,8 @@ namespace llvm {
/// 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