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:
728e5eb
)
Remove ARM-specific calling convention from this test. Target data is
author
Bob Wilson
<bob.wilson@apple.com>
Sat, 30 Jan 2010 00:40:23 +0000
(
00:40
+0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Sat, 30 Jan 2010 00:40:23 +0000
(
00:40
+0000)
needed for this test, but otherwise, there's nothing ARM-specific about
it and no need to specify the calling convention.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94862
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/load-select.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/load-select.ll
b/test/Transforms/InstCombine/load-select.ll
index 707d337e83ccb2fb2800141f0895f3e8d6c4e988..f3d83dc8210ec9f64ca9a1026de06ba39492b663 100644
(file)
--- a/
test/Transforms/InstCombine/load-select.ll
+++ b/
test/Transforms/InstCombine/load-select.ll
@@
-4,7
+4,7
@@
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-
@a = constant [2 x i32] [i32 3, i32 6] ; <[2 x i32]*> [#uses=2]
-define
arm_apcscc
i32 @b(i32 %y) nounwind readonly {
+define i32 @b(i32 %y) nounwind readonly {
; CHECK: @b
; CHECK-NOT: load
; CHECK: ret i32