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

Dan Gohman gohman at apple.com
Tue Apr 7 17:54:41 PDT 2009


Author: djg
Date: Tue Apr  7 19:54:40 2009
New Revision: 68580

URL: http://llvm.org/viewvc/llvm-project?rev=68580&view=rev
Log:
Fully escape the grep string for this test.

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=68580&r1=68579&r2=68580&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dyn-stackalloc.ll Tue Apr  7 19:54:40 2009
@@ -1,5 +1,5 @@
-; 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() {





More information about the llvm-commits mailing list