Fix an infinite loop I caused by making sure to legalize the flag operand
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 05:48:21 +0000 (05:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 05:48:21 +0000 (05:48 +0000)
commit6a5428934ba6159c1acc541944332e51a6cfa59a
tree76400606d90ae4c00783fd0a4e4601167593b285
parent1e326009fad277b5dd39fd6639c06d7f1c01c255
Fix an infinite loop I caused by making sure to legalize the flag operand
of CALLSEQ_* nodes

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