forked from OSchip/llvm-project
Clear list of instructions without DebugLoc.
llvm-svn: 131906
This commit is contained in:
parent
f0f143e31d
commit
0f6b46b826
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue