Fix a crash I introduced into the IA64 backend with my copyfromreg change.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 21:33:11 +0000 (21:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Aug 2005 21:33:11 +0000 (21:33 +0000)
commit0a00bece0d0b0e457856d13b383b23ad509080d5
treec55a1a7ebd14e2704df856ce0b3b4fd9de88cae5
parenta411cbca5c081f0813ff507901be412903894423
Fix a crash I introduced into the IA64 backend with my copyfromreg change.
It used to crash on any function that took float arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/IA64/IA64ISelPattern.cpp