[llvm-commits] [llvm] r81273 - /llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll

Chris Lattner sabre at nondot.org
Tue Sep 8 16:32:40 PDT 2009


Author: lattner
Date: Tue Sep  8 18:32:40 2009
New Revision: 81273

URL: http://llvm.org/viewvc/llvm-project?rev=81273&view=rev
Log:
tweak this to pass on linux.

Modified:
    llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll

Modified: llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll?rev=81273&r1=81272&r2=81273&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll Tue Sep  8 18:32:40 2009
@@ -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
 





More information about the llvm-commits mailing list