mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
728e5eb927
commit
8ad1f0e284
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user