This is an archive of the discontinued LLVM Phabricator instance.

Rename AnalyzeBranch* to analyzeBranch*.
ClosedPublic

Authored by jpienaar on Jul 15 2016, 7:26 AM.

Details

Summary

NFC. Rename AnalyzeBranch/AnalyzeBranchPredicate to analyzeBranch/analyzeBranchPredicate to follow LLVM coding style and be consistent with TargetInstrInfo's analyzeCompare and analyzeSelect.

Diff Detail

Repository
rL LLVM

Event Timeline

jpienaar updated this revision to Diff 64137.Jul 15 2016, 7:26 AM
jpienaar retitled this revision from to Rename AnalyzeBranch* to analyzeBranch*..
jpienaar updated this object.
mcrosier accepted this revision.Jul 15 2016, 7:41 AM
mcrosier added a reviewer: mcrosier.
mcrosier added a subscriber: mcrosier.

LGTM.

This revision is now accepted and ready to land.Jul 15 2016, 7:41 AM
jpienaar closed this revision.Jul 15 2016, 7:48 AM
This revision was automatically updated to reflect the committed changes.
MatzeB added a subscriber: MatzeB.Dec 18 2017, 1:51 PM

BTW: There are still a lot of comments and debug messages around that use the old name AnalyzeBranch.

@MatzeB I'll take a swing at updating those later and sending you a review (traveling, so response time variable).