mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Unify the lowering of arguments during SjLj prepare.
The 'select true, %arg, undef' instruction can be used for both aggregate and non-aggregate arguments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
; __Unwind_SjLj_Register and actual @bar invocation
|
||||
|
||||
|
||||
define i8* @foo({} %c) {
|
||||
define i8* @foo(i8 %a, {} %c) {
|
||||
entry:
|
||||
; CHECK: bl __Unwind_SjLj_Register
|
||||
; CHECK-NEXT: {{[A-Z][a-zA-Z0-9]*}}:
|
||||
|
Reference in New Issue
Block a user