mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
Hrm, some people complain when the compiler cheerfully tells them what it's
doing... I guess they're right. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3567a41307
commit
3fd0e55de1
@ -60,7 +60,6 @@ static bool MarkAliveBlocks(BasicBlock *BB, std::set<BasicBlock*> &Reachable) {
|
||||
(*I)->removePredecessor(BB);
|
||||
|
||||
new UnreachableInst(SI);
|
||||
std::cerr << "Inserted UNREACHABLE instruction!\n";
|
||||
|
||||
// All instructions after this are dead.
|
||||
for (; BBI != E; ) {
|
||||
|
Loading…
Reference in New Issue
Block a user