diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-04-09 17:00:34 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-04-09 17:00:34 +0000 |
| commit | 214f114aa76edef4bd745bbfd7e9328015d8ff10 (patch) | |
| tree | f2ceff9c57a8a3815540bc5d4fbf7baba23cb6ec /llvm | |
| parent | 467dbd5f135551711e94114a6ae2e71c90deffb0 (diff) | |
| download | bcm5719-llvm-214f114aa76edef4bd745bbfd7e9328015d8ff10.tar.gz bcm5719-llvm-214f114aa76edef4bd745bbfd7e9328015d8ff10.zip | |
look for the verboten argument slot access in any order, thanks to Frits
for pointing this out
llvm-svn: 129217
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) |

