Remove ARM-specific calling convention from this test. Target data is
authorBob Wilson <bob.wilson@apple.com>
Sat, 30 Jan 2010 00:40:23 +0000 (00:40 +0000)
committerBob 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

index 707d337e83ccb2fb2800141f0895f3e8d6c4e988..f3d83dc8210ec9f64ca9a1026de06ba39492b663 100644 (file)
@@ -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