summaryrefslogtreecommitdiff
path: root/test/TableGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-06 21:22:15 +0000
committerChris Lattner <sabre@nondot.org>2005-09-06 21:22:15 +0000
commit5838b21cde3cbcfc198becf77af6239e10d5bf53 (patch)
tree4a1abc57324a6f51746f12de39ddb551d2bcc2bf /test/TableGen
parent46a776e66424bdda739a14f7184f316242a36a6f (diff)
downloadllvm-5838b21cde3cbcfc198becf77af6239e10d5bf53.tar.gz
llvm-5838b21cde3cbcfc198becf77af6239e10d5bf53.tar.bz2
llvm-5838b21cde3cbcfc198becf77af6239e10d5bf53.tar.xz
new testcase: tblgen should grok this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r--test/TableGen/nested-comment.td12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/TableGen/nested-comment.td b/test/TableGen/nested-comment.td
new file mode 100644
index 0000000000..68e29581bc
--- /dev/null
+++ b/test/TableGen/nested-comment.td
@@ -0,0 +1,12 @@
+// RUN: tblgen < %s
+
+/* foo
+
+/ foo
+
+ /*NoReg*/, baz
+
+
+ */
+
+def X;