X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FDebugInfoProbe.cpp;h=d1275ff58caaa6c00b71905bdc68a5fdfc2bcb12;hb=23946fcaaefaf3c1a9d1ef86a3786f622c005f1a;hp=9a6fb3d5f158961dff0bfa396e79b551e51f4bc5;hpb=62fb3556eab41d9d66994e92d15e3e707c181988;p=oota-llvm.git diff --git a/lib/VMCore/DebugInfoProbe.cpp b/lib/VMCore/DebugInfoProbe.cpp index 9a6fb3d5f15..d1275ff58ca 100644 --- a/lib/VMCore/DebugInfoProbe.cpp +++ b/lib/VMCore/DebugInfoProbe.cpp @@ -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)