majnemer added inline comments.
================ Comment at: lib/CodeGen/TargetInfo.cpp:5625 + // The Run-time ABI for the ARM Architecture section 4.1.2 requires + // AEABI-complying FP helper functions to use the base AAPCS + // These AEABI functions are expanded in the ARM llvm backend, all the builtin ---------------- Period at the end of a sentence. ================ Comment at: test/CodeGen/arm-float-helpers.c:32 +// Note that it is only the functions in 4.1.2 that must use the base AAPCS, +// other runtime functions such as the _Complex helper routines are not covered + ---------------- Ditto. ================ Comment at: test/CodeGen/complex-math.c:482 + // Run-time ABI for the ARM architecture document so they must not always + // use the base AAPCS + ---------------- Ditto. https://reviews.llvm.org/D35538 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits