projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bb2e6
)
Accidentially left this out.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 5 Sep 2007 21:58:18 +0000
(21:58 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 5 Sep 2007 21:58:18 +0000
(21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41730
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveInterval.h
b/include/llvm/CodeGen/LiveInterval.h
index b5b6b2e0c64bff4a6c596d27de480f67c9f35656..8b32a5a0c6284f6da25fb81a9c78d1d859439b9c 100644
(file)
--- a/
include/llvm/CodeGen/LiveInterval.h
+++ b/
include/llvm/CodeGen/LiveInterval.h
@@
-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