[llvm-commits] [llvm] r97564 - /llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp

Eric Christopher echristo at apple.com
Tue Mar 2 08:13:49 PST 2010


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?

Thanks though!

-eric



More information about the llvm-commits mailing list