aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-05 00:56:01 +0000
committerEric Christopher <echristo@apple.com>2011-04-05 00:56:01 +0000
commit4fccc86237f6d1e79b0e1365442a53aad4419048 (patch)
treed07d2dc1af45658eacc65dbe899d53045ef1cc5e /test/CodeGen/ARM
parent0435661582c5ccbd3984a710850fc8bc8939e566 (diff)
downloadexternal_llvm-4fccc86237f6d1e79b0e1365442a53aad4419048.zip
external_llvm-4fccc86237f6d1e79b0e1365442a53aad4419048.tar.gz
external_llvm-4fccc86237f6d1e79b0e1365442a53aad4419048.tar.bz2
Fix up testcase for previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/fast-isel-static.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-static.ll b/test/CodeGen/ARM/fast-isel-static.ll
index 8f58480..2d79674 100644
--- a/test/CodeGen/ARM/fast-isel-static.ll
+++ b/test/CodeGen/ARM/fast-isel-static.ll
@@ -24,7 +24,7 @@ entry:
store float 0.000000e+00, float* %ztot, align 4
store float 1.000000e+00, float* %z, align 4
; CHECK-LONG: blx r2
-; CHECK-NORM: blx _myadd
+; CHECK-NORM: bl _myadd
call void @myadd(float* %ztot, float* %z)
ret i32 0
}