Fix X86FastISel's add folding to actually work, and not fall back
authorDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 02:58:21 +0000 (02:58 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 02:58:21 +0000 (02:58 +0000)
commitabd1d859b3c35957a3dd5965cf1fd420df0d20e3
tree1c5eae4645579e2006beff60d02b4d89351db6cc
parent79b634c244e178ff4ab38151c77d2307f4f6ffe1
Fix X86FastISel's add folding to actually work, and not fall back
to SelectionDAG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107376 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp