diff options
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index 0c0902c..adb5609 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/include/llvm/CodeGen/MachineInstr.h @@ -1197,7 +1197,7 @@ public: assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); } - /// Erase an operand from an instruction, leaving it with one + /// Erase an operand from an instruction, leaving it with one /// fewer operand than it started with. void RemoveOperand(unsigned i); |
