1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Remove commented line from earlier debugging.

llvm-svn: 31460
This commit is contained in:
Nick Lewycky 2006-11-05 14:19:40 +00:00
parent bf7db95159
commit 8b17d79f5e

View File

@ -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));