summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/Interpreter/call-no-args.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ExecutionEngine][Interpreter] Fix out-of-bounds array access.Lang Hames2018-11-201-0/+10
If args is empty then accesing element 0 is illegal. https://reviews.llvm.org/D53556 Patch by Eugene Sharygin. Thanks Eugene! llvm-svn: 347281
OpenPOWER on IntegriCloud