diff options
author | Dan Gohman <gohman@apple.com> | 2009-04-08 00:54:40 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-04-08 00:54:40 +0000 |
commit | f69d41c864d80df63cf9548fd358ca3b26ffc57e (patch) | |
tree | a8f0f70dba3d88de8f51c6323a4f7f7dcc59605a /test | |
parent | 3b6032d81db661ecb9e5fea748075a4d62b0a88b (diff) | |
download | external_llvm-f69d41c864d80df63cf9548fd358ca3b26ffc57e.zip external_llvm-f69d41c864d80df63cf9548fd358ca3b26ffc57e.tar.gz external_llvm-f69d41c864d80df63cf9548fd358ca3b26ffc57e.tar.bz2 |
Fully escape the grep string for this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/dyn-stackalloc.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/dyn-stackalloc.ll b/test/CodeGen/X86/dyn-stackalloc.ll index d6ca702..049a32c 100644 --- a/test/CodeGen/X86/dyn-stackalloc.ll +++ b/test/CodeGen/X86/dyn-stackalloc.ll @@ -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() { |