diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-09-28 21:39:26 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-09-28 21:39:26 +0000 |
commit | 8a92d8523b69c492e788c6b83f52307bb9e2750f (patch) | |
tree | a8277bfb1ce5d18a2da5ea4dba26161db8689dc2 /test | |
parent | efdb25518c2c519cf671bc055b23e109d70bdfcc (diff) | |
download | external_llvm-8a92d8523b69c492e788c6b83f52307bb9e2750f.zip external_llvm-8a92d8523b69c492e788c6b83f52307bb9e2750f.tar.gz external_llvm-8a92d8523b69c492e788c6b83f52307bb9e2750f.tar.bz2 |
User proper libcall names & condcodes while compiling for ARM EABI.
Patch by Evzen Muller!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll b/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll index 4aa879d..0fe3b39 100644 --- a/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll +++ b/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll @@ -5,7 +5,7 @@ define void @foo(%0* noalias nocapture sret %agg.result, double %x.0, double %y.0) nounwind { ; CHECK: foo: -; CHECK: bl __adddf3 +; CHECK: bl __aeabi_dadd ; CHECK-NOT: strd ; CHECK: mov %x76 = fmul double %y.0, 0.000000e+00 ; <double> [#uses=1] |