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 | 390482569c2446a05518034c891fcfb378079a80 (patch) | |
tree | e7bc7faf57a4371a9b7ea606ca5bc6d2b843bf57 /lib/CodeGen | |
parent | bff66a86e6e44dc7424cd2d7719ac80630b3a5f8 (diff) | |
download | external_llvm-390482569c2446a05518034c891fcfb378079a80.tar.gz external_llvm-390482569c2446a05518034c891fcfb378079a80.tar.bz2 external_llvm-390482569c2446a05518034c891fcfb378079a80.zip |
Apparently, operandices is not a word.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/InlineSpiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InlineSpiller.cpp b/lib/CodeGen/InlineSpiller.cpp index 443b2d077a..f5a27b2417 100644 --- a/lib/CodeGen/InlineSpiller.cpp +++ b/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, |