This is an archive of the discontinued LLVM Phabricator instance.

Convert cascading if-else-if to switch. NFC
ClosedPublic

Authored by scott-0 on Mar 20 2015, 10:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

scott-0 updated this revision to Diff 22356.Mar 20 2015, 10:18 AM
scott-0 retitled this revision from to covert cascading if-else-if to switch.
scott-0 updated this object.
scott-0 edited the test plan for this revision. (Show Details)
scott-0 added a reviewer: joerg.
scott-0 added a subscriber: Unknown Object (MLST).

Title should say "Convert cascading if-else-if to switch. NFC"

rengolin accepted this revision.Mar 22 2015, 2:13 PM
rengolin retitled this revision from covert cascading if-else-if to switch to Convert cascading if-else-if to switch. NFC.
rengolin set the repository for this revision to rL LLVM.
rengolin added a reviewer: rengolin.
rengolin added a subscriber: rengolin.

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 22 2015, 2:15 PM
This revision was automatically updated to reflect the committed changes.