summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2006-11-05 14:19:40 +0000
committerNick Lewycky <nicholas@mxc.ca>2006-11-05 14:19:40 +0000
commit67bad5adbc000646890d9eee17faf1f2590ff384 (patch)
treed6934b2b9a05c0c271e37aba406369c7698ccc20
parent33157700d9965ab37ab04667731458428f4a4f3f (diff)
downloadbcm5719-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.cpp2
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));
OpenPOWER on IntegriCloud