aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen')
-rw-r--r--test/TableGen/Dag.td (renamed from test/TableGen/DagIntSubst.td)5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TableGen/DagIntSubst.td b/test/TableGen/Dag.td
index 676f0b0..8b406a5 100644
--- a/test/TableGen/DagIntSubst.td
+++ b/test/TableGen/Dag.td
@@ -1,5 +1,8 @@
// RUN: tblgen %s | FileCheck %s
// XFAIL: vg_leak
+
+//===----------------------------------------------------------------------===//
+// Substitution of an int.
def X1;
class C1<int N> {
@@ -12,6 +15,8 @@ def VAL1 : C1<13>;
// CHECK-NEXT: dag d = (X1 13)
+//===----------------------------------------------------------------------===//
+// Substitution of a DAG.
def X2;
class yclass;