mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[llvm-locstats] Fix 'only params' no entry value stats
Adding the missing line. llvm-svn: 374875
This commit is contained in:
parent
d7cb91a0d1
commit
92fe99bef8
@ -167,6 +167,7 @@ def Main():
|
||||
cov_category = \
|
||||
"params (excluding the debug entry values) " \
|
||||
"with {} of its scope covered".format(cov_bucket)
|
||||
variables_coverage_map[cov_bucket] = json_parsed[cov_category]
|
||||
else:
|
||||
# Read the JSON for both local variables and formal parameters.
|
||||
variables_total = \
|
||||
|
Loading…
Reference in New Issue
Block a user