summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/pr18704.ll
Commit message (Collapse)AuthorAgeFilesLines
* All new elements except the last one initialized to NULL. Ideally, once ↵Karthik Bhat2014-03-271-0/+158
parsing is complete, all elements should be non-NULL. To safe-guard BitcodeReader, this patch adds null check for all access to these list. Patch by Dinesh Dwivedi! llvm-svn: 204920
OpenPOWER on IntegriCloud