projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Evict local live ranges if they can be reassigned.
[oota-llvm.git]
/
test
/
TableGen
/
ListManip.td
1
// RUN: llvm-tblgen %s
2
// XFAIL: vg_leak
3
4
class Bli<string _t>
5
{
6
string t = _t;
7
}
8
9
class Bla<list<Bli> _bli>
10
: Bli<!head(_bli).t>
11
{
12
}