diff options
-rw-r--r-- | test/CodeGen/X86/call-push.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/call-push.ll b/test/CodeGen/X86/call-push.ll index 7eac522d1f..8cca10c830 100644 --- a/test/CodeGen/X86/call-push.ll +++ b/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) |