Change:
[oota-llvm.git] / lib / VMCore / DebugInfoProbe.cpp
index 9a6fb3d5f158961dff0bfa396e79b551e51f4bc5..d1275ff58caaa6c00b71905bdc68a5fdfc2bcb12 100644 (file)
@@ -65,6 +65,7 @@ void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) {
   PassName = PName;
 
   DbgVariables.clear();
+  MissingDebugLoc.clear();
   TheFn = &F;
 
   for (Function::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)