aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/DefmInsideMultiClass.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/DefmInsideMultiClass.td')
-rw-r--r--test/TableGen/DefmInsideMultiClass.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/DefmInsideMultiClass.td b/test/TableGen/DefmInsideMultiClass.td
index e6fc019..0aea212 100644
--- a/test/TableGen/DefmInsideMultiClass.td
+++ b/test/TableGen/DefmInsideMultiClass.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep ADDPSrr | count 1
-// XFAIL: vg_leak
class Instruction<bits<4> opc, string Name> {
bits<4> opcode = opc;