mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
Updated test with register names following r206565.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
# CHECK: .seh_proc func
|
# CHECK: .seh_proc func
|
||||||
# CHECK: .seh_pushframe @code
|
# CHECK: .seh_pushframe @code
|
||||||
# CHECK: .seh_stackalloc 24
|
# CHECK: .seh_stackalloc 24
|
||||||
# CHECK: .seh_savereg 6, 16
|
# CHECK: .seh_savereg %rbp, 16
|
||||||
# CHECK: .seh_savexmm 8, 0
|
# CHECK: .seh_savexmm %r8, 0
|
||||||
# CHECK: .seh_pushreg 3
|
# CHECK: .seh_pushreg %rbx
|
||||||
# CHECK: .seh_setframe 3, 0
|
# CHECK: .seh_setframe %rbx, 0
|
||||||
# CHECK: .seh_endprologue
|
# CHECK: .seh_endprologue
|
||||||
# CHECK: .seh_handler __C_specific_handler, @except
|
# CHECK: .seh_handler __C_specific_handler, @except
|
||||||
# CHECK-NOT: .section{{.*}}.xdata
|
# CHECK-NOT: .section{{.*}}.xdata
|
||||||
|
Reference in New Issue
Block a user