mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Fix a typo.
llvm-svn: 108962
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user