[llvm-commits] [patch] Remove arm_aapcscc from some tests

Rafael Espindola espindola at google.com
Tue Jun 15 11:17:16 PDT 2010


Discussing PR7357 over IRC, Nick suggested that the best fix would be
to change simplify-libcalls to not modify calls with non-default
calling conventions. This looks reasonable, but to do that we have to
change the default ARM calling convention to the default (.i.e "") :-)

The attached patch is a first step in that direction. It just updates
the tests to use "" instead of arm_aapcscc. I will do the same with
arm_apcscc and then change llvm-gcc and clang to use "" for the
default.

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aapcs.patch
Type: text/x-patch
Size: 9468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100615/fefdbaf2/attachment.bin>


More information about the llvm-commits mailing list