Fix a serious bug that caused any x86 vector stuff to infinite loop
authorChris Lattner <sabre@nondot.org>
Sat, 28 Oct 2006 06:15:26 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Oct 2006 06:15:26 +0000 (06:15 +0000)
commit6fb6ef4d65abcbbb0b0d81e1b51d99949664ac86
tree4ac8c55b220af2a1db67c34300874ff637e83625
parent31b6ddad31689b996c94dcde5f32fb2585df4af6
Fix a serious bug that caused any x86 vector stuff to infinite loop

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