diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/X86/ending-run.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/ending-run.ll b/test/DebugInfo/X86/ending-run.ll index 0cd3de1..6935c47 100644 --- a/test/DebugInfo/X86/ending-run.ll +++ b/test/DebugInfo/X86/ending-run.ll @@ -1,9 +1,11 @@ ; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llvm-dwarfdump %t | FileCheck %s -; Check that the line table starts at 7, not 4. +; Check that the line table starts at 7, not 4, but that the first +; statement isn't until line 8. -; CHECK: 0x0000000000000000 7 0 1 0 is_stmt +; CHECK-NOT: 0x0000000000000000 7 0 1 0 is_stmt +; CHECK: 0x0000000000000000 7 0 1 0 ; CHECK: 0x0000000000000004 8 18 1 0 is_stmt prologue_end define i32 @callee(i32 %x) nounwind uwtable ssp { |