From 08ab4fdb598b0cf972a44b20340d538d2591d836 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 8 Sep 2009 23:32:40 +0000 Subject: [PATCH] tweak this to pass on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81273 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/dyn-stackalloc.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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