mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
look for the verboten argument slot access in any order, thanks to Frits
for pointing this out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5731ff636b
commit
008c93e884
@ -34,6 +34,7 @@ declare i32 @f(%struct.decode_t*)
|
||||
; CHECK: _test2:
|
||||
; CHECK-NOT: 8(%esp)
|
||||
; CHECK: 4(%esp)
|
||||
; CHECK-NOT: 8(%esp)
|
||||
; CHECK: calll
|
||||
declare i32 @foo(i32, i32, i32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user