Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no public...
authorChristopher Lamb <christopher.lamb@gmail.com>
Thu, 26 Jul 2007 03:33:13 +0000 (03:33 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Thu, 26 Jul 2007 03:33:13 +0000 (03:33 +0000)
commit844228a631f47bb39f71f617063831fb83c3843b
treee4b612c03b552a329b7d67cef4ac92c404e54a9a
parent9e1e81ccbeff8d235feff8cd9f3c68d4a280a052
Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no public targets use this code-path, so no test.

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