mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
None of the other pass names in CodeGen have terminating periods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1558f5ed19
commit
dd061b3177
@ -27,10 +27,10 @@ using namespace llvm;
|
||||
|
||||
char ProcessImplicitDefs::ID = 0;
|
||||
INITIALIZE_PASS_BEGIN(ProcessImplicitDefs, "processimpdefs",
|
||||
"Process Implicit Definitions.", false, false)
|
||||
"Process Implicit Definitions", false, false)
|
||||
INITIALIZE_PASS_DEPENDENCY(LiveVariables)
|
||||
INITIALIZE_PASS_END(ProcessImplicitDefs, "processimpdefs",
|
||||
"Process Implicit Definitions.", false, false)
|
||||
"Process Implicit Definitions", false, false)
|
||||
|
||||
void ProcessImplicitDefs::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesCFG();
|
||||
|
Loading…
Reference in New Issue
Block a user