projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f66d2
)
Fix typo
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 30 Apr 2015 23:20:56 +0000
(23:20 +0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 30 Apr 2015 23:20:56 +0000
(23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236283
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineVerifier.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineVerifier.cpp
b/lib/CodeGen/MachineVerifier.cpp
index 47e8306f3c961b502d286547b91d6f37c2af0b31..ec85e55139f52b8e0c1655cb94cdf310699bd2b0 100644
(file)
--- a/
lib/CodeGen/MachineVerifier.cpp
+++ b/
lib/CodeGen/MachineVerifier.cpp
@@
-333,7
+333,7
@@
bool MachineVerifier::runOnMachineFunction(MachineFunction &MF) {
const MachineInstr &MI = *MBBI;
const MachineOperand &Op = MI.getOperand(I);
if (Op.getParent() != &MI) {
- // Make sure to use correct addOperand / R
me
oveOperand / ChangeTo
+ // Make sure to use correct addOperand / R
em
oveOperand / ChangeTo
// functions when replacing operands of a MachineInstr.
report("Instruction has operand with wrong parent set", &MI);
}