diff options
| author | Dan Gohman <gohman@apple.com> | 2009-04-08 00:51:11 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-04-08 00:51:11 +0000 |
| commit | bb4ff96e8929b3f75e5501466f4b300835d599fd (patch) | |
| tree | 8ec67216c90758757a88b0573a2db8b9e18e9f90 /llvm/test/CodeGen/X86/dyn-stackalloc.ll | |
| parent | 69b586e5473ca5cb8bae18438a1060904ffda509 (diff) | |
| download | bcm5719-llvm-bb4ff96e8929b3f75e5501466f4b300835d599fd.tar.gz bcm5719-llvm-bb4ff96e8929b3f75e5501466f4b300835d599fd.zip | |
Update this test for recent codegen improvements. CodeGen is now
using an lea in place of a mov and an add for this test.
llvm-svn: 68579
Diffstat (limited to 'llvm/test/CodeGen/X86/dyn-stackalloc.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/dyn-stackalloc.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/dyn-stackalloc.ll b/llvm/test/CodeGen/X86/dyn-stackalloc.ll index 12cd754a662..d6ca7023f3d 100644 --- a/llvm/test/CodeGen/X86/dyn-stackalloc.ll +++ b/llvm/test/CodeGen/X86/dyn-stackalloc.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep 4294967289 -; RUN: llvm-as < %s | llc -march=x86 | grep 4294967280 +; RUN: llvm-as < %s | llc -march=x86 | not egrep {\$4294967289|-7\\(} +; RUN: llvm-as < %s | llc -march=x86 | egrep {\$4294967280|-16\\(} ; RUN: llvm-as < %s | llc -march=x86-64 | grep {\\-16} define void @t() { |

