1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix DejaGNU run line to escape special characters.

llvm-svn: 73090
This commit is contained in:
David Greene 2009-06-08 22:20:58 +00:00
parent 89fef139c1
commit 5b0714ad86

View File

@ -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;