[llvm-commits] [llvm] r97564 - /llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp
Eric Christopher
echristo at apple.com
Tue Mar 2 08:15:33 PST 2010
On Mar 2, 2010, at 8:13 AM, Eric Christopher wrote:
>
> On Mar 2, 2010, at 5:26 AM, Xerxes Ranby wrote:
>
>> +#if defined(__VFP_FP__) && !defined(__SOFTFP__))
>
> That's arguably a bug in the compiler. Those two should be mutually exclusive. Can anyone comment as to why they're not?
Aha. You did in the PR. How utterly bizarre that __VFP_FP__ isn't predicated on hard float.
Thanks.
-eric
More information about the llvm-commits
mailing list