projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb74e2
)
Fix typo in comment.
author
Justin Lebar
<jlebar@google.com>
Wed, 17 Feb 2016 17:46:39 +0000
(17:46 +0000)
committer
Justin Lebar
<jlebar@google.com>
Wed, 17 Feb 2016 17:46:39 +0000
(17:46 +0000)
llvm-svn: 261110
llvm/include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/CodeGen/MachineInstr.h
b/llvm/include/llvm/CodeGen/MachineInstr.h
index
0c0902c
..
adb5609
100644
(file)
--- 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);