diff options
Diffstat (limited to 'llvm/lib/VMCore/DebugInfoProbe.cpp')
| -rw-r--r-- | llvm/lib/VMCore/DebugInfoProbe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/DebugInfoProbe.cpp b/llvm/lib/VMCore/DebugInfoProbe.cpp index 9a6fb3d5f15..d1275ff58ca 100644 --- a/llvm/lib/VMCore/DebugInfoProbe.cpp +++ b/llvm/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) |

