diff options
Diffstat (limited to 'test/MC/COFF/cv-inline-linetable.s')
-rw-r--r-- | test/MC/COFF/cv-inline-linetable.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/COFF/cv-inline-linetable.s b/test/MC/COFF/cv-inline-linetable.s index bb68fcde21be2..2c89f9836c423 100644 --- a/test/MC/COFF/cv-inline-linetable.s +++ b/test/MC/COFF/cv-inline-linetable.s @@ -88,7 +88,7 @@ Ltmp4: .short 4429 .asciz "\000\000\000\000\000\000\000\000\003\020\000" .cv_inline_linetable 1 1 9 Lfunc_begin0 Lfunc_end0 -# CHECK: InlineSite { +# CHECK: InlineSiteSym { # CHECK: PtrParent: 0x0 # CHECK: PtrEnd: 0x0 # CHECK: Inlinee: bar (0x1003) @@ -106,7 +106,7 @@ Ltmp6: .short 4429 .asciz "\000\000\000\000\000\000\000\000\004\020\000" .cv_inline_linetable 2 1 3 Lfunc_begin0 Lfunc_end0 -# CHECK: InlineSite { +# CHECK: InlineSiteSym { # CHECK: PtrParent: 0x0 # CHECK: PtrEnd: 0x0 # CHECK: Inlinee: foo (0x1004) |