diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/local-variables.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/local-variables.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/local-variables.ll b/llvm/test/DebugInfo/COFF/local-variables.ll index e34b7d129d0..840b3734de9 100644 --- a/llvm/test/DebugInfo/COFF/local-variables.ll +++ b/llvm/test/DebugInfo/COFF/local-variables.ll @@ -26,14 +26,14 @@ ; ASM: .cv_file 1 "D:\\src\\llvm\\build\\t.cpp" ; ASM: .cv_loc 0 1 7 0 is_stmt 0 # t.cpp:7:0 ; ASM: .seh_proc f -; ASM: # BB#0: # %entry +; ASM: # %bb.0: # %entry ; ASM: subq $56, %rsp ; ASM: movl %ecx, 52(%rsp) ; ASM: [[prologue_end:\.Ltmp.*]]: ; ASM: .cv_loc 0 1 8 7 # t.cpp:8:7 ; ASM: testl %ecx, %ecx ; ASM: je .LBB0_2 -; ASM: # BB#1: # %if.then +; ASM: # %bb.1: # %if.then ; ASM: [[if_start:\.Ltmp.*]]: ; ASM: .cv_loc 0 1 9 9 # t.cpp:9:9 ; ASM: movl $42, 40(%rsp) |