diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asm.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 4 |
1 files changed, 2 insertions, 2 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 |

