This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Rename functions PrintReg* to printReg*
ClosedPublic

Authored by thegameg on Nov 24 2017, 3:33 AM.

Details

Summary

LLVM Coding Standards:

Function names should be verb phrases (as they represent actions), and
command-like function should be imperative. The name should be camel
case, and start with a lower case letter (e.g. openFile() or isFoo()).

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg created this revision.Nov 24 2017, 3:33 AM
fhahn added a subscriber: fhahn.Nov 24 2017, 3:34 AM
MatzeB accepted this revision.Nov 27 2017, 10:40 AM

LGTM, thanks.

This revision is now accepted and ready to land.Nov 27 2017, 10:40 AM
This revision was automatically updated to reflect the committed changes.