diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/debug-label.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/debug-label.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/debug-label.ll b/llvm/test/DebugInfo/Generic/debug-label.ll index a728ac18728..57a0e952dea 100644 --- a/llvm/test/DebugInfo/Generic/debug-label.ll +++ b/llvm/test/DebugInfo/Generic/debug-label.ll @@ -22,12 +22,12 @@ ; ASM-NEXT: DW_AT_name ; ASM-NEXT: 1 {{.*}} DW_AT_decl_file ; ASM-NEXT: 4 {{.*}} DW_AT_decl_line -; ASM-NEXT: [[TOP_LOW_PC]] {{.*}} DW_AT_low_pc +; ASM-NEXT: [[TOP_LOW_PC]]{{.*}} DW_AT_low_pc ; ASM: DW_TAG_label ; ASM-NEXT: DW_AT_name ; ASM-NEXT: 1 {{.*}} DW_AT_decl_file ; ASM-NEXT: 7 {{.*}} DW_AT_decl_line -; ASM-NEXT: [[DONE_LOW_PC]] {{.*}} DW_AT_low_pc +; ASM-NEXT: [[DONE_LOW_PC]]{{.*}} DW_AT_low_pc source_filename = "debug-label.c" |