repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
X86MCInstLower::Lower should only not emit anything to OutStreamer,
[llvm/avr.git]
/
test
/
TableGen
/
ListArgsSimple.td
blob
b3b207825e8b66b1a1242e064b7c45f3df2e7032
1
// RUN: tblgen %s
2
3
class B<int v> {
4
int val = v;
5
}
6
7
class BB<list<int> vals> : B<vals[0]>;
8
class BBB<list<int> vals> : BB<vals>;