OSDN Git Service

FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 13 Oct 2008 18:46:18 +0000 (18:46 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 13 Oct 2008 18:46:18 +0000 (18:46 +0000)
commitefa533957dfdc29be6de3845158ebd5fa7391485
tree4f95ed7a19ff686f7d8e5ae1ae90575e4bc2702a
parent1050d7371d60d493cc025919fd4118f07129f92b
FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/Mips/2008-10-13-LegalizerBug.ll [new file with mode: 0644]