mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Apparently, operandices is not a word.
llvm-svn: 122135
This commit is contained in:
parent
9a4bfd7755
commit
bdf06d6c7b
@ -253,7 +253,7 @@ bool InlineSpiller::coalesceStackAccess(MachineInstr *MI) {
|
||||
|
||||
/// foldMemoryOperand - Try folding stack slot references in Ops into MI.
|
||||
/// @param MI Instruction using or defining the current register.
|
||||
/// @param Ops Operandices from readsWritesVirtualRegister().
|
||||
/// @param Ops Operand indices from readsWritesVirtualRegister().
|
||||
/// @param LoadMI Load instruction to use instead of stack slot when non-null.
|
||||
/// @return True on success, and MI will be erased.
|
||||
bool InlineSpiller::foldMemoryOperand(MachineBasicBlock::iterator MI,
|
||||
|
Loading…
Reference in New Issue
Block a user