Peephole opt needs optimizeSelect() to keep track of newly created MIs
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.cpp
index 72d0e138a3f71d43ab48a393d8eab19dd176cd60..1624851088044e369136ea70023b852a9eb72818 100644 (file)
@@ -347,6 +347,7 @@ public:
            "Dbg values are not emitted in LDV");
     EmitDone = false;
     ModifiedMF = false;
+    LS.reset();
   }
 
   /// mapVirtReg - Map virtual register to an equivalence class.