mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix a typo.
llvm-svn: 108962
This commit is contained in:
parent
66ae369e76
commit
c813346166
@ -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
Block a user