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, 0 insertions, 1 deletions
diff --git a/test/TableGen/TargetInstrSpec.td b/test/TableGen/TargetInstrSpec.td
index 64b706dc6a..bf2d257c5d 100644
--- a/test/TableGen/TargetInstrSpec.td
+++ b/test/TableGen/TargetInstrSpec.td
@@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep '\[(set VR128:$dst, (int_x86_sse2_add_pd VR128:$src1, VR128:$src2))\]' | count 1
// RUN: llvm-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;