mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 05:35:11 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8b2e6f4af
commit
2e3ee4ceb5
@ -43,7 +43,7 @@ public:
|
||||
bool runOnMachineFunction(MachineFunction &MF) override;
|
||||
|
||||
const char *getPassName() const override {
|
||||
return "SI Lower il Copies";
|
||||
return "SI Lower i1 Copies";
|
||||
}
|
||||
|
||||
void getAnalysisUsage(AnalysisUsage &AU) const override {
|
||||
@ -56,10 +56,10 @@ public:
|
||||
} // End anonymous namespace.
|
||||
|
||||
INITIALIZE_PASS_BEGIN(SILowerI1Copies, DEBUG_TYPE,
|
||||
"SI Lower il Copies", false, false)
|
||||
"SI Lower i1 Copies", false, false)
|
||||
INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
|
||||
INITIALIZE_PASS_END(SILowerI1Copies, DEBUG_TYPE,
|
||||
"SI Lower il Copies", false, false)
|
||||
"SI Lower i1 Copies", false, false)
|
||||
|
||||
char SILowerI1Copies::ID = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user