aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/defmclass.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/defmclass.td')
-rw-r--r--test/TableGen/defmclass.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/defmclass.td b/test/TableGen/defmclass.td
index 80f03b3..6198c00 100644
--- a/test/TableGen/defmclass.td
+++ b/test/TableGen/defmclass.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
class XD { bits<4> Prefix = 11; }
// CHECK: Prefix = { 1, 1, 0, 0 };