diff options
author | Aart Bik <ajcbik@google.com> | 2018-02-07 13:29:11 -0800 |
---|---|---|
committer | Aart Bik <ajcbik@google.com> | 2018-02-07 14:04:38 -0800 |
commit | 897df03ac6fa6d744a374cbdd610f36523c73905 (patch) | |
tree | 8cef5ee731057cb5575235199f1a58201e1da1d7 /compiler/optimizing/graph_visualizer.cc | |
parent | 129ebeef135c8534b47ebbafa57025dd55f8c723 (diff) |
Added missing return.
Rationale:
Slightly more efficient to return right after !IsCompilable()
(with a single message) than relying on falling into the
necessarily true IsMethodUnverified() (with another message).
Note that this subtle change cannot be easily tested (since
behavior is the same), but e.g. 675-checker-unverified-method
at least provides code coverage.
Bug: 72957776
Test: test-art-host
Change-Id: I7044e60e3c10367a1fa024573dc6dbbb5e9243ad
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions