mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Fix buildbot failures
llvm-svn: 258655
This commit is contained in:
parent
bfc3671cd7
commit
5ab451ac92
@ -1603,7 +1603,7 @@ bool SCCP::runOnFunction(Function &F) {
|
||||
DEBUG(dbgs() << " BasicBlock Dead:" << *BB);
|
||||
|
||||
++NumDeadBlocks;
|
||||
NumInstRemoved += removeAllNonTerminatorAndEHPadInstructions(BB);
|
||||
NumInstRemoved += removeAllNonTerminatorAndEHPadInstructions(&*BB);
|
||||
|
||||
MadeChanges = true;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user