this should take care of calls to varadic functions, but it doesn.,t
authorDuraid Madina <duraid@octopus.com.au>
Thu, 22 Dec 2005 06:39:57 +0000 (06:39 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Thu, 22 Dec 2005 06:39:57 +0000 (06:39 +0000)
commit98b3a83d83877d319ab5f287bb082ce5998c5046
tree4be3cf28e6ad4b3f1c66d8e27022b3ec9006be35
parent0b3c4d8221f65bb396aa167e85da32be08e0a6bd
this should take care of calls to varadic functions, but it doesn.,t
BUG: calling printf(string, float) will load the float into the wrong
register, completely forget about loading the string, etce

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