remove the AllowAggressive argument to FoldOpIntoPhi. It is forced to false in the
authorChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2011 05:14:26 +0000 (05:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Jan 2011 05:14:26 +0000 (05:14 +0000)
commit9922ccf4b483ce37524047879f9b2f9bb73e3ccb
tree7dd7dfac904a9ccfedae0568d9b633ef00573486
parent7dfe8fd96ce3aaa027afd27b954a3b01306eafbf
remove the AllowAggressive argument to FoldOpIntoPhi.  It is forced to false in the
first line of the function because it isn't a good idea, even for compares.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123566 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp