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:
ebc0c8c
)
Remove dead store from copy-pasto.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 25 Dec 2009 13:44:36 +0000
(13:44 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 25 Dec 2009 13:44:36 +0000
(13:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92158
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineInstr.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineInstr.cpp
b/lib/CodeGen/MachineInstr.cpp
index e3b870927a8e9e972fa8150ff0bb5831dea35a20..f32e3e508a610b73dc16fe542b5ebb3a87460a82 100644
(file)
--- a/
lib/CodeGen/MachineInstr.cpp
+++ b/
lib/CodeGen/MachineInstr.cpp
@@
-1177,7
+1177,7
@@
void MachineInstr::print(raw_ostream &OS, const TargetMachine *TM) const {
}
if (!debugLoc.isUnknown() && MF) {
- if (!HaveSemi) OS << ";";
HaveSemi = true;
+ if (!HaveSemi) OS << ";";
// TODO: print InlinedAtLoc information