summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitdaed6f6c39f163ce83bf049fd625c1d8e3233348 (patch)
tree8e9d1e7e16d778b078d82f2fa4b1b3408d35e874 /llvm/lib/CodeGen/CodePlacementOpt.cpp
parentf79e87d7272855aa1b6ffac88cf668a8ba0132c5 (diff)
downloadbcm5719-llvm-daed6f6c39f163ce83bf049fd625c1d8e3233348.tar.gz
bcm5719-llvm-daed6f6c39f163ce83bf049fd625c1d8e3233348.zip
Fix some typos.
llvm-svn: 126829
Diffstat (limited to 'llvm/lib/CodeGen/CodePlacementOpt.cpp')
-rw-r--r--llvm/lib/CodeGen/CodePlacementOpt.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/CodePlacementOpt.cpp b/llvm/lib/CodeGen/CodePlacementOpt.cpp
index 91a9536e775..e37356a60cf 100644
--- a/llvm/lib/CodeGen/CodePlacementOpt.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud