fix ConstantFoldCompareInstOperands to take the LHS/RHS as
authorChris Lattner <sabre@nondot.org>
Mon, 9 Nov 2009 23:06:58 +0000 (23:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Nov 2009 23:06:58 +0000 (23:06 +0000)
commit8f73deaa8732a556046bf4ac6207be55972e3b74
tree7f356907bd336592d93b84daccec136f758799e2
parent38424c9b5d464d262aa05adfc899285f86b43275
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
individual operands instead of taking a temporary array

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86619 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ConstantFolding.h
lib/Analysis/ConstantFolding.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Transforms/Utils/CloneFunction.cpp