summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-01-30 00:40:23 +0000
committerBob Wilson <bob.wilson@apple.com>2010-01-30 00:40:23 +0000
commit2e51136f802c580e9981b771607f8253f77fbcf7 (patch)
tree8b4e601352ca689d0e6a4e4a900872dac22320de /llvm
parentf05d00787a331db6fbaa74baa843f8c9d9d795d6 (diff)
downloadbcm5719-llvm-2e51136f802c580e9981b771607f8253f77fbcf7.tar.gz
bcm5719-llvm-2e51136f802c580e9981b771607f8253f77fbcf7.zip
Remove ARM-specific calling convention from this test. Target data is
needed for this test, but otherwise, there's nothing ARM-specific about it and no need to specify the calling convention. llvm-svn: 94862
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/InstCombine/load-select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/load-select.ll b/llvm/test/Transforms/InstCombine/load-select.ll
index 707d337e83c..f3d83dc8210 100644
--- a/llvm/test/Transforms/InstCombine/load-select.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud