diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-08 23:32:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-08 23:32:40 +0000 |
commit | 9e5674ae3fad6fb307900e4b1b72e36e6eec483d (patch) | |
tree | 60286c05de39e9556ed1c69c515415c48cf9cbb6 /llvm/test/CodeGen/X86/dyn-stackalloc.ll | |
parent | 6119d878bb6c2a7ad1b716261dd9ad7a9157c486 (diff) | |
download | bcm5719-llvm-9e5674ae3fad6fb307900e4b1b72e36e6eec483d.tar.gz bcm5719-llvm-9e5674ae3fad6fb307900e4b1b72e36e6eec483d.zip |
tweak this to pass on linux.
llvm-svn: 81273
Diffstat (limited to 'llvm/test/CodeGen/X86/dyn-stackalloc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dyn-stackalloc.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/dyn-stackalloc.ll b/llvm/test/CodeGen/X86/dyn-stackalloc.ll index 049a32cea71..8f21c5301f3 100644 --- a/llvm/test/CodeGen/X86/dyn-stackalloc.ll +++ b/llvm/test/CodeGen/X86/dyn-stackalloc.ll @@ -1,8 +1,8 @@ -; 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 | 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() { +define void @t() nounwind { A: br label %entry |