summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-locstats/no_scope_bytes.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-locstats] Avoid the locstats when no scope bytes coverage foundDjordje Todorovic2019-12-131-0/+39
If the total number of PC range bytes in each variable's enclosing scope ('scope bytes total') is 0, we will have division by zero. Differential Revision: https://reviews.llvm.org/D71415
OpenPOWER on IntegriCloud