Use getExtLoad here instead of getNode, as extloads produce two values. This
authorChris Lattner <sabre@nondot.org>
Sat, 15 Oct 2005 20:24:07 +0000 (20:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Oct 2005 20:24:07 +0000 (20:24 +0000)
commit8136cdae60eaa30cea91f288f25564a417b19a84
treeb8817551fbb2199b4625edf8fb2281014d5a4b6b
parentd242419e17cb6d97c7e3714aa8d768fa4235ef42
Use getExtLoad here instead of getNode, as extloads produce two values.  This
fixes a legalize failure on SPASS for itanium.

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