summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/ListManip.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/TableGen/ListManip.td')
-rw-r--r--llvm/test/TableGen/ListManip.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/ListManip.td b/llvm/test/TableGen/ListManip.td
index 55fb5ea85a0..6b1e491cd25 100644
--- a/llvm/test/TableGen/ListManip.td
+++ b/llvm/test/TableGen/ListManip.td
@@ -7,6 +7,6 @@ class Bli<string _t>
}
class Bla<list<Bli> _bli>
-: Bli<!car(_bli).t>
+: Bli<!head(_bli).t>
{
}
OpenPOWER on IntegriCloud