This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Simplify boolean conditional return statements in lib/Target/Hexagon
AbandonedPublic

Authored by LegalizeAdulthood on May 25 2015, 1:22 AM.

Details

Summary

Use clang-tidy to simplify boolean conditional return statements

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Simplify boolean conditional return statements in lib/Target/Hexagon.
LegalizeAdulthood updated this object.
LegalizeAdulthood edited the test plan for this revision. (Show Details)
LegalizeAdulthood added a subscriber: Unknown Object (MLST).
craig.topper added inline comments.
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
413

Operators should be on end of previous line.

lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
413

Fixed.

Update from comments, clang-format

Update to latest

LegalizeAdulthood abandoned this revision.Feb 19 2016, 9:19 AM