diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/pieces.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/pieces.ll | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/pieces.ll b/llvm/test/DebugInfo/COFF/pieces.ll index 8fbdce3cbeb..2ca07aa4f5a 100644 --- a/llvm/test/DebugInfo/COFF/pieces.ll +++ b/llvm/test/DebugInfo/COFF/pieces.ll @@ -104,8 +104,9 @@  ; ASM:         #APP  ; ASM:         #NO_APP  ; ASM:         movl    [[offset_o_x]](%rsp), %eax          # 4-byte Reload -; ASM: [[spill_o_x_end:\.Ltmp[0-9]+]]:  ; ASM:         retq +; ASM-NEXT: [[spill_o_x_end:\.Ltmp[0-9]+]]: +; ASM-NEXT: .Lfunc_end4:  ; ASM-LABEL:  .short  4423                    # Record kind: S_GPROC32_ID @@ -231,7 +232,7 @@  ; ASM:        .asciz  "bitpiece_spill"        # Function name  ; ASM:        .short  4414                    # Record kind: S_LOCAL  ; ASM:        .asciz  "o" -; ASM:        .cv_def_range    [[spill_o_x_start]] [[spill_o_x_end]], "E\021O\001A\000$\000\000\000" +; ASM:        .cv_def_range    [[spill_o_x_start]] .Lfunc_end4, "E\021O\001A\000$\000\000\000"  ; OBJ-LABEL: GlobalProcIdSym {  ; OBJ:         Kind: S_GPROC32_ID (0x1147)  | 

