Fix a latent bug in the call sequence handling stuff. Some targets (e.g. x86)
authorChris Lattner <sabre@nondot.org>
Tue, 14 Feb 2006 00:55:02 +0000 (00:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Feb 2006 00:55:02 +0000 (00:55 +0000)
commit4b653a0405bb16b555334d134c1eb8a97366ec3d
treed689d3c747c50dee715613a5815f540f9fe2dad8
parent2082ad9b41b39e280abc20752d4ca8192e5cd16d
Fix a latent bug in the call sequence handling stuff.  Some targets (e.g. x86)
create these nodes with flag results.  Remember that we legalized them.

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