mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 03:25:00 +00:00
Fix uses of underscore-capital names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91fd532eb9
commit
80f3d46968
@ -47,8 +47,8 @@ namespace {
|
||||
std::ostream *OS;
|
||||
const std::string Banner;
|
||||
|
||||
Printer (std::ostream *_OS, const std::string &_Banner)
|
||||
: MachineFunctionPass((intptr_t)&ID), OS (_OS), Banner (_Banner) { }
|
||||
Printer (std::ostream *os, const std::string &banner)
|
||||
: MachineFunctionPass((intptr_t)&ID), OS(os), Banner(banner) {}
|
||||
|
||||
const char *getPassName() const { return "MachineFunction Printer"; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user