diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 4 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/inlining-header.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/inlining.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/local-variables.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/multifile.ll | 4 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/multifunction.ll | 4 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/COFF/simple.ll | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index 4daf30e3728..fa2a25894f6 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/test/DebugInfo/COFF/asm.ll @@ -14,7 +14,7 @@ ; X86-LABEL: _f: ; X86: .cv_file 1 "D:\\asm.c" -; X86: .cv_loc 0 1 4 0 is_stmt 0 +; X86: .cv_loc 0 1 4 0 ; X86: .cv_loc 0 1 5 0 ; X86: calll _g ; X86: .cv_loc 0 1 6 0 @@ -71,7 +71,7 @@ ; X64-LABEL: f: ; X64: .cv_file 1 "D:\\asm.c" -; X64: .cv_loc 0 1 3 0 is_stmt 0 +; X64: .cv_loc 0 1 3 0 ; X64: subq $40, %rsp ; X64: .cv_loc 0 1 4 0 ; X64: .cv_loc 0 1 5 0 diff --git a/llvm/test/DebugInfo/COFF/inlining-header.ll b/llvm/test/DebugInfo/COFF/inlining-header.ll index bd9bd969853..4fdbfde760e 100644 --- a/llvm/test/DebugInfo/COFF/inlining-header.ll +++ b/llvm/test/DebugInfo/COFF/inlining-header.ll @@ -28,7 +28,7 @@ ; ASM: .cv_func_id 0 ; ASM: # %bb.0: # %entry ; ASM: .cv_file 1 "D:\\src\\llvm\\build\\t.cpp" -; ASM: .cv_loc 0 1 9 5 is_stmt 0 # t.cpp:9:5 +; ASM: .cv_loc 0 1 9 5 # t.cpp:9:5 ; ASM: incl "?x@@3HC" ; ASM: .cv_inline_site_id 1 within 0 inlined_at 1 10 3 ; ASM: .cv_loc 1 1 4 5 # t.cpp:4:5 diff --git a/llvm/test/DebugInfo/COFF/inlining.ll b/llvm/test/DebugInfo/COFF/inlining.ll index c61b78f5f74..c399aca1325 100644 --- a/llvm/test/DebugInfo/COFF/inlining.ll +++ b/llvm/test/DebugInfo/COFF/inlining.ll @@ -22,7 +22,7 @@ ; 17: } ; ASM: .cv_func_id 0 -; ASM: .cv_loc 0 1 13 0 is_stmt 0 # t.cpp:13:0 +; ASM: .cv_loc 0 1 13 0 # t.cpp:13:0 ; ASM: .cv_loc 0 1 14 5 # t.cpp:14:5 ; ASM: addl $6, "?x@@3HC" ; ASM: .cv_inline_site_id 1 within 0 inlined_at 1 15 3 diff --git a/llvm/test/DebugInfo/COFF/local-variables.ll b/llvm/test/DebugInfo/COFF/local-variables.ll index b549b1a8921..683b438d396 100644 --- a/llvm/test/DebugInfo/COFF/local-variables.ll +++ b/llvm/test/DebugInfo/COFF/local-variables.ll @@ -24,7 +24,7 @@ ; ASM: f: # @f ; ASM: .cv_func_id 0 ; 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: .cv_loc 0 1 7 0 # t.cpp:7:0 ; ASM: .seh_proc f ; ASM: # %bb.0: # %entry ; ASM: subq $56, %rsp diff --git a/llvm/test/DebugInfo/COFF/multifile.ll b/llvm/test/DebugInfo/COFF/multifile.ll index 46c92a7607f..ea6e758a243 100644 --- a/llvm/test/DebugInfo/COFF/multifile.ll +++ b/llvm/test/DebugInfo/COFF/multifile.ll @@ -19,7 +19,7 @@ ; X86-LABEL: _f: ; X86: # %bb. ; X86: .cv_file 1 "D:\\one.c" "70B51F534D80639D033AE92C6A856AF6" 1 -; X86: .cv_loc 0 1 1 0 is_stmt 0 # one.c:1:0 +; X86: .cv_loc 0 1 1 0 # one.c:1:0 ; X86: calll _g ; X86: .cv_file 2 "D:\\two.c" "70B51F534D80639D033AE92C6A856AF6" 1 ; X86: .cv_loc 0 2 2 0 # two.c:2:0 @@ -105,7 +105,7 @@ ; X64-LABEL: f: ; X64-NEXT: .L{{.*}}:{{$}} ; X64: .cv_file 1 "D:\\input.c" "70B51F534D80639D033AE92C6A856AF6" 1 -; X64: .cv_loc 0 1 3 0 is_stmt 0 # input.c:3:0 +; X64: .cv_loc 0 1 3 0 # input.c:3:0 ; X64: # %bb. ; X64: subq $40, %rsp ; X64: .cv_file 2 "D:\\one.c" "70B51F534D80639D033AE92C6A856AF6" 1 diff --git a/llvm/test/DebugInfo/COFF/multifunction.ll b/llvm/test/DebugInfo/COFF/multifunction.ll index db1e2895cdd..c675edab5aa 100644 --- a/llvm/test/DebugInfo/COFF/multifunction.ll +++ b/llvm/test/DebugInfo/COFF/multifunction.ll @@ -25,7 +25,7 @@ ; X86-LABEL: _x: ; X86: # %bb. ; X86: .cv_file 1 "D:\\source.c" -; X86: .cv_loc 0 1 4 42 is_stmt 0 # source.c:4:42 +; X86: .cv_loc 0 1 4 42 # source.c:4:42 ; X86: calll _z ; X86: .cv_loc 0 1 5 43 # source.c:5:43 ; X86: ret @@ -286,7 +286,7 @@ ; X64-LABEL: x: ; X64-NEXT: .L{{.*}}: ; X64: .cv_file 1 "D:\\source.c" -; X64: .cv_loc 0 1 3 0 is_stmt 0 # source.c:3:0 +; X64: .cv_loc 0 1 3 0 # source.c:3:0 ; X64: # %bb. ; X64: subq $40, %rsp ; X64: .cv_loc 0 1 4 42 # source.c:4:42 diff --git a/llvm/test/DebugInfo/COFF/simple.ll b/llvm/test/DebugInfo/COFF/simple.ll index f9c66459d7f..175be1ab424 100644 --- a/llvm/test/DebugInfo/COFF/simple.ll +++ b/llvm/test/DebugInfo/COFF/simple.ll @@ -22,7 +22,7 @@ ; X86-LABEL: _f: ; X86: # %bb. ; X86: .cv_file 1 "D:\\test.c" "F310AB26998CA831CBDF169E4EECACFA" 1 -; X86: .cv_loc 0 1 4 2 is_stmt 0 # test.c:4:2 +; X86: .cv_loc 0 1 4 2 # test.c:4:2 ; X86: calll _g ; X86: .cv_loc 0 1 5 0 # test.c:5:0 ; X86: ret @@ -134,7 +134,7 @@ ; X64-LABEL: f: ; X64-NEXT: .L{{.*}}:{{$}} ; X64: .cv_file 1 "D:\\test.c" "F310AB26998CA831CBDF169E4EECACFA" 1 -; X64: .cv_loc 0 1 3 0 is_stmt 0 # test.c:3:0 +; X64: .cv_loc 0 1 3 0 # test.c:3:0 ; X64: # %bb. ; X64: subq $40, %rsp ; X64: .cv_loc 0 1 4 2 # test.c:4:2 |

