1
0
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:
David Majnemer 2016-01-24 06:40:37 +00:00
parent bfc3671cd7
commit 5ab451ac92

View File

@ -1603,7 +1603,7 @@ bool SCCP::runOnFunction(Function &F) {
DEBUG(dbgs() << " BasicBlock Dead:" << *BB);
++NumDeadBlocks;
NumInstRemoved += removeAllNonTerminatorAndEHPadInstructions(BB);
NumInstRemoved += removeAllNonTerminatorAndEHPadInstructions(&*BB);
MadeChanges = true;
continue;