diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-18 03:28:32 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-18 03:28:32 +0000 |
commit | 1fa7958eaa9836a2598be622ca0229cc46580bb5 (patch) | |
tree | 8c3936f918142d297e61aadad2275b88f65a9b3a /llvm/lib/CodeGen | |
parent | fdaae0d16f6f567ebe4fa25bdbfa83cd4b714c8f (diff) | |
download | bcm5719-llvm-1fa7958eaa9836a2598be622ca0229cc46580bb5.tar.gz bcm5719-llvm-1fa7958eaa9836a2598be622ca0229cc46580bb5.zip |
Apparently, operandices is not a word.
llvm-svn: 122135
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/InlineSpiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp index 443b2d077ab..f5a27b24177 100644 --- a/llvm/lib/CodeGen/InlineSpiller.cpp +++ b/llvm/lib/CodeGen/InlineSpiller.cpp @@ -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, |