llvm/utils/opt-viewer
Brian Gesiak ddb4efa8b2 [opt-viewer] Remove positional arg checks (NFC)
Summary:
opt-stats.py and opt-viewer.py's argument parsers both take a positional
argument 'yaml_files'. Positional arguments in Python's argparse module are
required by default, so the subsequent checks for `len(args.yaml_files) == 0`
are unnecessary -- if the length was zero, then the call to
`parser.parse_args()` would have thrown an error already.

Because there is no way for `len(args.yaml_files)` to be zero at these
points, removing the code is NFC.

Reviewers: anemet, davidxl

Reviewed By: anemet

Subscribers: llvm-commits, fhahn

Differential Revision: https://reviews.llvm.org/D34567

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306147 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-23 20:06:34 +00:00
..
opt-diff.py [opt-viewer] Include default values in help output 2017-06-10 21:33:27 +00:00
opt-stats.py [opt-viewer] Remove positional arg checks (NFC) 2017-06-23 20:06:34 +00:00
opt-viewer.py [opt-viewer] Remove positional arg checks (NFC) 2017-06-23 20:06:34 +00:00
optrecord.py PR33331 - opt-viewer.py produces broken output for directories with spaces 2017-06-07 14:57:20 +00:00
style.css [opt-viewer] Alternating row background colors on index page 2017-02-02 05:49:00 +00:00