diff options
author | Pascal van Leeuwen <[email protected]> | 2019-08-30 09:43:01 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2019-09-05 14:37:01 +1000 |
commit | d2d9e6fd6d1cd9bd0654c9f7ed2317a7fd220aef (patch) | |
tree | da8f0c7581e430b424c4ed29ed6686e2a7336c7a /tools/perf/scripts/python/stackcollapse.py | |
parent | 493e289ca8aab8f9408376d6388ac8f819de6b73 (diff) |
crypto: inside-secure - Minor code cleanup and optimizations
Some minor cleanup changing e.g. "if (!x) A else B" to "if (x) B else A",
merging some back-to-back if's with the same condition, collapsing some
back-to-back assignments to the same variable and replacing some weird
assignments with proper symbolics.
Signed-off-by: Pascal van Leeuwen <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions