forked from OSchip/llvm-project
parent
5c2e65b7bf
commit
b22dd85bb3
|
@ -259,7 +259,7 @@ static bool StripDebugInfo(Module &M) {
|
|||
++FI)
|
||||
for (BasicBlock::iterator BI = FI->begin(), BE = FI->end(); BI != BE;
|
||||
++BI) {
|
||||
Changed != !BI->getDebugLoc().isUnknown();
|
||||
Changed |= !BI->getDebugLoc().isUnknown();
|
||||
BI->setDebugLoc(DebugLoc());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue