remove massive over-genality manifested as a big template
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:24:06 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:24:06 +0000 (06:24 +0000)
commitd0db8e8bad3060d5c016483ecfc62d822bc84fb7
tree12a3bc84eb41d30c7f6908101f3df9bbeb77a439
parentd12c27ce0079ba14e73e0c422a30dac68c631a23
remove massive over-genality manifested as a big template
that got instantiated.  There is no reason for instcombine
to try this hard for simple associative optimizations.  Next
up, eliminate the template completely.

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