look for the verboten argument slot access in any order, thanks to Frits
authorChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 17:00:34 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 17:00:34 +0000 (17:00 +0000)
for pointing this out

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129217 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/call-push.ll

index 7eac522d1f8e340a4e6b50e4d2c1f233a4a44570..8cca10c830736a75e4cf938e4a86528f27c12bfb 100644 (file)
@@ -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)