mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +00:00
Fix some typos.
llvm-svn: 126829
This commit is contained in:
parent
8346b49836
commit
bb1d033824
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file implements the pass that optimize code placement and align loop
|
||||
// headers to target specific alignment boundary.
|
||||
// This file implements the pass that optimizes code placement and aligns loop
|
||||
// headers to target-specific alignment boundaries.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@ -40,7 +40,7 @@ namespace {
|
||||
|
||||
virtual bool runOnMachineFunction(MachineFunction &MF);
|
||||
virtual const char *getPassName() const {
|
||||
return "Code Placement Optimizater";
|
||||
return "Code Placement Optimizer";
|
||||
}
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user