Remove a redundant AfterLegalize check. Turn
authorDuncan Sands <baldrick@free.fr>
Sat, 14 Jun 2008 17:48:34 +0000 (17:48 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 14 Jun 2008 17:48:34 +0000 (17:48 +0000)
commit184a876ee61dbbd602597f35e18240a5df8f5ee4
tree4930c0926e61ed8ff23125a7db6ed5253216958a
parent5d2bc857ec1ae11ec2ea85e596f3712d02fd2c2b
Remove a redundant AfterLegalize check.  Turn
on some code when !AfterLegalize - but since
this whole code section is turned off by an
"if (0)" it's not really turning anything on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp