Make this harder
authorChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 22:07:00 +0000 (22:07 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 22:07:00 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30036 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/MultiClass.td

index 7e117d526abe0a22f8fe5c203963a2c0eec1ce5c..37eb2f52bcdbc063f2d45f4e46567263a394d230 100644 (file)
@@ -15,3 +15,5 @@ multiclass t<int a> {
 }
 
 defm FOO : t<42>;
+
+def T4 : C1<6, "foo">;