summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodePlacementOpt.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-03-02 04:03:46 +0000
committerCameron Zwarich <zwarich@apple.com>2011-03-02 04:03:46 +0000
commitf7af396c9571e4efe944c5bf739bce667f99556a (patch)
tree327bd3d7b6243a26ea13c0a04dd3a921c1a3475c /lib/CodeGen/CodePlacementOpt.cpp
parent9977e521a634b85764562efd910a221f15ea3109 (diff)
downloadllvm-f7af396c9571e4efe944c5bf739bce667f99556a.tar.gz
llvm-f7af396c9571e4efe944c5bf739bce667f99556a.tar.bz2
llvm-f7af396c9571e4efe944c5bf739bce667f99556a.tar.xz
Fix some typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodePlacementOpt.cpp')
-rw-r--r--lib/CodeGen/CodePlacementOpt.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/CodePlacementOpt.cpp b/lib/CodeGen/CodePlacementOpt.cpp
index 91a9536e77..e37356a60c 100644
--- a/lib/CodeGen/CodePlacementOpt.cpp
+++ b/lib/CodeGen/CodePlacementOpt.cpp
@@ -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 {