diff options
-rw-r--r-- | test/TableGen/Slice.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td index 75765d31e6..cd9c6da153 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; |