Fix a latent bug in the libcall inserter that was exposed by Nate's patch
authorChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 16:23:57 +0000 (16:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 16:23:57 +0000 (16:23 +0000)
commit2f4eca30d11d634ac2a26eed4d80f8bc9584a4b3
treeb9fd2ec9307b67c004c053c96afb7f3295f8ce64
parent4e624ecd0713d8444e7ec6054877b01e86ebd104
Fix a latent bug in the libcall inserter that was exposed by Nate's patch
yesterday.  This fixes whetstone and a bunch of programs in the External tests.

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