projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0435661
)
Fix up testcase for previous commit.
author
Eric Christopher
<echristo@apple.com>
Tue, 5 Apr 2011 00:56:01 +0000
(
00:56
+0000)
committer
Eric Christopher
<echristo@apple.com>
Tue, 5 Apr 2011 00:56:01 +0000
(
00:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128870
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/fast-isel-static.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/fast-isel-static.ll
b/test/CodeGen/ARM/fast-isel-static.ll
index 8f58480be1643210dccf50586ac8d1db8099b8ec..2d79674028caa2220e1b262673153839dcbb0364 100644
(file)
--- 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: bl
x
_myadd
+; CHECK-NORM: bl
_myadd
call void @myadd(float* %ztot, float* %z)
ret i32 0
}