diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-10-19 06:33:16 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-10-19 06:33:16 +0000 | 
| commit | 257b284038424be2e3c46ffb47a91d618ec5199c (patch) | |
| tree | ccb43bc68fa6d76ad7d6a42c98b0dcb606df56be /llvm/lib/Transforms | |
| parent | 648ad57b8580e65b7b0ef885790573d62e2d7660 (diff) | |
| download | bcm5719-llvm-257b284038424be2e3c46ffb47a91d618ec5199c.tar.gz bcm5719-llvm-257b284038424be2e3c46ffb47a91d618ec5199c.zip | |
Hrm, some people complain when the compiler cheerfully tells them what it's
doing... I guess they're right.
llvm-svn: 17142
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SimplifyCFG.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp b/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp index af1663c8dbf..88b625becf9 100644 --- a/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp +++ b/llvm/lib/Transforms/Scalar/SimplifyCFG.cpp @@ -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; ) { | 

