Remove dead store from copy-pasto.
authorBill Wendling <isanbard@gmail.com>
Fri, 25 Dec 2009 13:44:36 +0000 (13:44 +0000)
committerBill 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

index e3b870927a8e9e972fa8150ff0bb5831dea35a20..f32e3e508a610b73dc16fe542b5ebb3a87460a82 100644 (file)
@@ -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