diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/prologue-stack.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/prologue-stack.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/prologue-stack.ll b/llvm/test/DebugInfo/X86/prologue-stack.ll index 1faeaa1275f..1cadd6e3bec 100644 --- a/llvm/test/DebugInfo/X86/prologue-stack.ll +++ b/llvm/test/DebugInfo/X86/prologue-stack.ll @@ -11,6 +11,8 @@ define i32 @isel_line_test2() nounwind uwtable !dbg !5 { ; CHECK: isel_line_test2: ; CHECK: {{subq|leaq}} {{.*}}, %rsp ; CHECK: .loc 1 5 3 prologue_end + ; CHECK: movl $400, %edi + ; CHECK: callq callme entry: %call = call i32 @callme(i32 400), !dbg !10 ret i32 0, !dbg !12 |