aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-22 01:21:44 +0000
committerEric Christopher <echristo@gmail.com>2014-05-22 01:21:44 +0000
commit89f18805f454d253ffb7306663df9c56cff078e9 (patch)
tree3b3c34aa0628fe0c3abee707e082b198612a6f96 /llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
parentd71e4441c96c0762d4b192763e9377176e393275 (diff)
downloadllvm-89f18805f454d253ffb7306663df9c56cff078e9.zip
llvm-89f18805f454d253ffb7306663df9c56cff078e9.tar.gz
llvm-89f18805f454d253ffb7306663df9c56cff078e9.tar.bz2
Fix typo.
llvm-svn: 209377
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
index 2cc1dfc..007901b2 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
@@ -29,7 +29,7 @@ static cl::opt<bool> DisablePPCConstHoist("disable-ppc-constant-hoisting",
cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden);
// Declare the pass initialization routine locally as target-specific passes
-// don't havve a target-wide initialization entry point, and so we rely on the
+// don't have a target-wide initialization entry point, and so we rely on the
// pass constructor initialization.
namespace llvm {
void initializePPCTTIPass(PassRegistry &);