[llvm-commits] [llvm] r94862 - /llvm/trunk/test/Transforms/InstCombine/load-select.ll
Bob Wilson
bob.wilson at apple.com
Fri Jan 29 16:40:23 PST 2010
Author: bwilson
Date: Fri Jan 29 18:40:23 2010
New Revision: 94862
URL: http://llvm.org/viewvc/llvm-project?rev=94862&view=rev
Log:
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.
Modified:
llvm/trunk/test/Transforms/InstCombine/load-select.ll
Modified: llvm/trunk/test/Transforms/InstCombine/load-select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/load-select.ll?rev=94862&r1=94861&r2=94862&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/load-select.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/load-select.ll Fri Jan 29 18:40:23 2010
@@ -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
More information about the llvm-commits
mailing list