summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-09-28 21:39:26 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-09-28 21:39:26 +0000
commit4f922f2cca58d794671afedc22f82d96aeb46afa (patch)
treea8277bfb1ce5d18a2da5ea4dba26161db8689dc2 /test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
parentf375ebeed674ccf850d6647a3aaa979e4621896d (diff)
downloadllvm-4f922f2cca58d794671afedc22f82d96aeb46afa.tar.gz
llvm-4f922f2cca58d794671afedc22f82d96aeb46afa.tar.bz2
llvm-4f922f2cca58d794671afedc22f82d96aeb46afa.tar.xz
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/CodeGen/ARM/2009-09-28-LdStOptiBug.ll')
-rw-r--r--test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll2
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 4aa879dc40..0fe3b39a62 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]