diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/call-push.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/call-push.ll b/llvm/test/CodeGen/X86/call-push.ll index 7eac522d1f8..8cca10c8307 100644 --- a/llvm/test/CodeGen/X86/call-push.ll +++ b/llvm/test/CodeGen/X86/call-push.ll @@ -34,6 +34,7 @@ declare i32 @f(%struct.decode_t*) ; CHECK: _test2: ; CHECK-NOT: 8(%esp) ; CHECK: 4(%esp) +; CHECK-NOT: 8(%esp) ; CHECK: calll declare i32 @foo(i32, i32, i32) |