From: Chris Lattner Date: Tue, 8 Sep 2009 23:32:40 +0000 (+0000) Subject: tweak this to pass on linux. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08ab4fdb598b0cf972a44b20340d538d2591d836;p=oota-llvm.git tweak this to pass on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81273 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/dyn-stackalloc.ll b/test/CodeGen/X86/dyn-stackalloc.ll index 049a32cea71..8f21c5301f3 100644 --- a/test/CodeGen/X86/dyn-stackalloc.ll +++ b/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