diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-23 18:49:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-23 18:49:09 +0000 |
commit | b60e0815dfe7169255a92957ca8fc96ed866b85e (patch) | |
tree | aa54a448aa518ac4e7e65c8799fa936e41f5f3fa /lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 263d1e469d849fb9e2087ea9fbd42b4bfcc98c24 (diff) |
remove some debugging code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/SimplifyCFG.cpp')
-rw-r--r-- | lib/Transforms/Utils/SimplifyCFG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/SimplifyCFG.cpp b/lib/Transforms/Utils/SimplifyCFG.cpp index 0473000747..ba6ce17087 100644 --- a/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/lib/Transforms/Utils/SimplifyCFG.cpp @@ -990,7 +990,6 @@ static bool FoldCondBranchOnPHI(BranchInst *BI) { // Check for trivial simplification. if (Constant *C = ConstantFoldInstruction(N)) { - std::cerr << "FOLDED: " << *N; TranslateMap[BBI] = C; delete N; // Constant folded away, don't need actual inst } else { |