Constant folding here is pointless, because InstructionSimplify
authorDuncan Sands <baldrick@free.fr>
Tue, 23 Nov 2010 20:24:21 +0000 (20:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 23 Nov 2010 20:24:21 +0000 (20:24 +0000)
commit0f827639df520ac85eca6cc8f826e3fc36c4d171
tree9b168b0e82ae5f17310aa6f0762da5b66bfafa80
parent13534672deffb571d90f2c2f0a237c67d5aa0594
Constant folding here is pointless, because InstructionSimplify
(which does constant folding and more) is called a few lines
later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120042 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp