mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Accidentially left this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3bb2e65d1
commit
38a90969ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user