projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7173e1
)
Make this harder
author
Chris Lattner
<sabre@nondot.org>
Fri, 1 Sep 2006 22:07:00 +0000
(22:07 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/TableGen/MultiClass.td
b/test/TableGen/MultiClass.td
index 7e117d526abe0a22f8fe5c203963a2c0eec1ce5c..37eb2f52bcdbc063f2d45f4e46567263a394d230 100644
(file)
--- a/
test/TableGen/MultiClass.td
+++ b/
test/TableGen/MultiClass.td
@@
-15,3
+15,5
@@
multiclass t<int a> {
}
defm FOO : t<42>;
+
+def T4 : C1<6, "foo">;