diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2006-11-05 14:19:40 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2006-11-05 14:19:40 +0000 |
| commit | 67bad5adbc000646890d9eee17faf1f2590ff384 (patch) | |
| tree | d6934b2b9a05c0c271e37aba406369c7698ccc20 | |
| parent | 33157700d9965ab37ab04667731458428f4a4f3f (diff) | |
| download | bcm5719-llvm-67bad5adbc000646890d9eee17faf1f2590ff384.tar.gz bcm5719-llvm-67bad5adbc000646890d9eee17faf1f2590ff384.zip | |
Remove commented line from earlier debugging.
llvm-svn: 31460
| -rw-r--r-- | llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp b/llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp index b47afbd6051..ca2762cac71 100644 --- a/llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp +++ b/llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp @@ -427,8 +427,6 @@ namespace { // "setlt/gt int %a, %b" EQ true then %a NE %b // "setlt/gt int %a, %b" NE false then %a NE %b - // "setlt int %a, %b" NE true then %a EQ %b - if (ConstantBool *CB = dyn_cast<ConstantBool>(V1)) { if (CB->getValue() ^ Opcode==NE) addNotEqual(BO->getOperand(0), BO->getOperand(1)); |

