summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-09 17:00:34 +0000
committerChris Lattner <sabre@nondot.org>2011-04-09 17:00:34 +0000
commit008c93e8848945469cd382fc6b48c1b302ec903d (patch)
treef93bb5ba710b7c4eb2393243952c82a48ac99d15
parent5731ff636b87abf648ceea51c404d6ae6b27f65f (diff)
downloadllvm-008c93e8848945469cd382fc6b48c1b302ec903d.tar.gz
llvm-008c93e8848945469cd382fc6b48c1b302ec903d.tar.bz2
llvm-008c93e8848945469cd382fc6b48c1b302ec903d.tar.xz
look for the verboten argument slot access in any order, thanks to Frits
for pointing this out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129217 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/call-push.ll1
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)