aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/Slice.td
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-08 22:20:58 +0000
committerDavid Greene <greened@obbligato.org>2009-06-08 22:20:58 +0000
commitd7251892547b71c27ab6fb87355ca9b984d92908 (patch)
treedeea464602cbc1d29bc93db81680e59358de4143 /test/TableGen/Slice.td
parent87bde0b7d30c9b57f2a3e6d701e535fc539f34e0 (diff)
downloadexternal_llvm-d7251892547b71c27ab6fb87355ca9b984d92908.zip
external_llvm-d7251892547b71c27ab6fb87355ca9b984d92908.tar.gz
external_llvm-d7251892547b71c27ab6fb87355ca9b984d92908.tar.bz2
Fix DejaGNU run line to escape special characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/Slice.td')
-rw-r--r--test/TableGen/Slice.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td
index 75765d3..cd9c6da 100644
--- a/test/TableGen/Slice.td
+++ b/test/TableGen/Slice.td
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep {[(set VR128:$dst, (int_x86_sse2_add_pd VR128:$src1, VR128:$src2))]} | count 1
-// RUN: tblgen %s | grep {[(set VR128:$dst, (int_x86_sse2_add_ps VR128:$src1, VR128:$src2))]} | count 2
+// RUN: tblgen %s | grep {\\\[(set} | count 2
+// RUN: tblgen %s | grep {\\\[\\\]} | count 2
class ValueType<int size, int value> {
int Size = size;