Fix a vector FP constant CSE bug.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 29 Jun 2007 21:36:04 +0000 (21:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 29 Jun 2007 21:36:04 +0000 (21:36 +0000)
commitc908dcde45c6d7ddff0443cbc174a7cbfec21d1b
tree124bf1f3575413595715a7dab039e4ba2d1ff475
parent98044e4a622e2cdc05b22f5d221d4c6504838d25
Fix a vector FP constant CSE bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37814 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp