Apparently, operandices is not a word.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 18 Dec 2010 03:28:32 +0000 (03:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 18 Dec 2010 03:28:32 +0000 (03:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InlineSpiller.cpp

index 443b2d077ab571af092774847e22b821e54152d0..f5a27b24177c04f9b0f9deadafe10fe615deef37 100644 (file)
@@ -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,