commit | 49fac47c83dfbae8d4da3b2888ca659a5279294d | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Fri Dec 25 13:44:36 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Fri Dec 25 13:44:36 2009 +0000 |
tree | db6a16a7dcab42ec4b6d7b71007bd73aaee5a44d | |
parent | 8d1f801a013d047252588da98808b1af7e60a9e3 [diff] [blame] |
Remove dead store from copy-pasto. llvm-svn: 92158
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index e3b8709..f32e3e5 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -1177,7 +1177,7 @@ } if (!debugLoc.isUnknown() && MF) { - if (!HaveSemi) OS << ";"; HaveSemi = true; + if (!HaveSemi) OS << ";"; // TODO: print InlinedAtLoc information