mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Hrm, some people complain when the compiler cheerfully tells them what it's
doing... I guess they're right. llvm-svn: 17142
This commit is contained in:
parent
4cd5cde095
commit
e555b5c5cb
@ -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…
x
Reference in New Issue
Block a user