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
/
ListConversion.td
blob
773ed6e4d11468bea03263751768fdacb9828d3c
1
// RUN: tblgen %s
2
class A;
3
class B : A;
4
5
def b : B;
6
7
def {
8
list<B> X = [b];
9
list<A> Y = X;
10
}