summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/mdsubrange-empty-array.ll
Commit message (Collapse)AuthorAgeFilesLines
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-181-0/+14
It turns out that `count: -1` is a special value indicating an empty array, such as `Values` in: struct T { unsigned Count; int Values[]; }; Handle it. llvm-svn: 229769
OpenPOWER on IntegriCloud