summaryrefslogtreecommitdiffstats
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
commitf392a69ff7512ef341cb0b79ff2a8b64239b27f3 (patch)
treef8c4bb40af147e01acfbbc47839ddf9bb7b4068d
parentb968f4defefdb4410608966442b3ecd8124bc6cb (diff)
downloadbcm5719-llvm-f392a69ff7512ef341cb0b79ff2a8b64239b27f3.tar.gz
bcm5719-llvm-f392a69ff7512ef341cb0b79ff2a8b64239b27f3.zip
Fix up testcase for previous commit.
llvm-svn: 128870
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-static.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-static.ll b/llvm/test/CodeGen/ARM/fast-isel-static.ll
index 8f58480be16..2d79674028c 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-static.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud