[PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit

Renato Golin renato.golin at linaro.org
Tue Jun 10 10:59:18 PDT 2014


Wouldn't it be simpler (and more explicit) to early return with:

  if (Subtarget->isThumb1Only())
    return CallingConv::ARM_AAPCS;

?

http://reviews.llvm.org/D4030






More information about the llvm-commits mailing list