summaryrefslogtreecommitdiff
path: root/test/TableGen/TargetInstrSpec.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/TargetInstrSpec.td')
-rw-r--r--test/TableGen/TargetInstrSpec.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/TargetInstrSpec.td b/test/TableGen/TargetInstrSpec.td
index 7c3dd579ae..a7ca9022f8 100644
--- a/test/TableGen/TargetInstrSpec.td
+++ b/test/TableGen/TargetInstrSpec.td
@@ -1,5 +1,6 @@
// 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 1
+// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;