[llvm-commits] [llvm] r129217 - /llvm/trunk/test/CodeGen/X86/call-push.ll
Chris Lattner
sabre at nondot.org
Sat Apr 9 10:00:34 PDT 2011
Author: lattner
Date: Sat Apr 9 12:00:34 2011
New Revision: 129217
URL: http://llvm.org/viewvc/llvm-project?rev=129217&view=rev
Log:
look for the verboten argument slot access in any order, thanks to Frits
for pointing this out
Modified:
llvm/trunk/test/CodeGen/X86/call-push.ll
Modified: llvm/trunk/test/CodeGen/X86/call-push.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/call-push.ll?rev=129217&r1=129216&r2=129217&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/call-push.ll (original)
+++ llvm/trunk/test/CodeGen/X86/call-push.ll Sat Apr 9 12:00:34 2011
@@ -34,6 +34,7 @@
; CHECK: _test2:
; CHECK-NOT: 8(%esp)
; CHECK: 4(%esp)
+; CHECK-NOT: 8(%esp)
; CHECK: calll
declare i32 @foo(i32, i32, i32)
More information about the llvm-commits
mailing list