Fix a bug in my legalizer reworking that caused the X86 backend to not get
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2006 22:43:50 +0000 (22:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jan 2006 22:43:50 +0000 (22:43 +0000)
commit73e142f2b6a3b5223de2d557d646f319ca8168cf
tree13ca7db88cfe99ea757d01ac70eacd02f292ec39
parenta0bb4f749a7b6bf07c5f6dc6c5fbee6018d33914
Fix a bug in my legalizer reworking that caused the X86 backend to not get
a chance to custom legalize setcc, which broke a bunch of C++ Codes.
Testcase here: CodeGen/X86/2006-01-30-LongSetcc.ll

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