[llvm-commits] [llvm] r117119 - in /llvm/trunk/lib/Target/ARM: ARMCallingConv.td ARMISelLowering.cpp
Frits van Bommel
fvbommel at gmail.com
Fri Oct 22 11:35:37 PDT 2010
On Fri, Oct 22, 2010 at 8:23 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> case CallingConv::Fast:
> + if (ARMFastCC && Subtarget->hasVFP2() && !isVarArg) {
>From LangRef.html's description of fastcc (at
http://llvm.org/docs/LangRef.html#callingconv): "This calling
convention does not support varargs ..."
More information about the llvm-commits
mailing list