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
diff --git a/llvm/test/Transforms/InstCombine/load-select.ll b/llvm/test/Transforms/InstCombine/load-select.ll
index 707d337..f3d83dc 100644
--- a/llvm/test/Transforms/InstCombine/load-select.ll
+++ b/llvm/test/Transforms/InstCombine/load-select.ll
@@ -4,7 +4,7 @@
 
 @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