repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NightlyTest.pl does not exist.
[llvm-complete.git]
/
test
/
TableGen
/
DagIntSubst.ll
blob
3c1291c3eca6e653384164dc1f4c42ee6ccf1475
1
// RUN: tblgen %s | grep {dag d = (X 13)}
2
def X;
3
4
class C<int N> {
5
dag d = (X N);
6
}
7
8
def VAL : C<13>;
9
10