Fix a bug legalizing call instructions (make sure to remember all result
authorChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 19:43:23 +0000 (19:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 19:43:23 +0000 (19:43 +0000)
commit38d6be5d49e61e4be9bb12ee3cedf2a4fcddb8f3
treeafb0a01c5717815651a75315e5f9f3869f0f07a4
parent513e52ec4e20048a8f491498d219a2669283f3bd
Fix a bug legalizing call instructions (make sure to remember all result
values), and eliminate some switch statements.

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