summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/simple.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/COFF/simple.ll')
-rw-r--r--llvm/test/DebugInfo/COFF/simple.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/COFF/simple.ll b/llvm/test/DebugInfo/COFF/simple.ll
index b7d72fc6138..8fa6870a54e 100644
--- a/llvm/test/DebugInfo/COFF/simple.ll
+++ b/llvm/test/DebugInfo/COFF/simple.ll
@@ -11,7 +11,7 @@
; 4 g();
; 5 }
-; X86: _f:
+; X86-LABEL: _f:
; X86-NEXT: # BB
; X86-NEXT: [[CALL_LINE:^L.*]]:{{$}}
; X86-NEXT: calll _g
@@ -19,7 +19,7 @@
; X86-NEXT: ret
; X86-NEXT: [[END_OF_F:.*]]:
;
-; X86: .section .debug$S,"rn"
+; X86-LABEL: .section .debug$S,"rn"
; X86-NEXT: .long 4
; X86-NEXT: .long 242
; X86-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]]
@@ -70,7 +70,7 @@
; OBJ32-NEXT: ]
; OBJ32: }
-; X64: f:
+; X64-LABEL: f:
; X64-NEXT: [[START:.*]]:{{$}}
; X64-NEXT: # BB
; X64-NEXT: subq $40, %rsp
@@ -81,7 +81,7 @@
; X64-NEXT: ret
; X64-NEXT: [[END_OF_F:.*]]:
;
-; X64: .section .debug$S,"rn"
+; X64-LABEL: .section .debug$S,"rn"
; X64-NEXT: .long 4
; X64-NEXT: .long 242
; X64-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]]
OpenPOWER on IntegriCloud