summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
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
commit4551b0a80012bf55e0d045a8f731de8e047fd315 (patch)
treed5ccbfe38aa724c6b5147096f53a18e52b7b3313 /lib/Target/PowerPC
parent6ccae2df5bc9ebee44e2ddc02e97af698b5e4f79 (diff)
downloadllvm-4551b0a80012bf55e0d045a8f731de8e047fd315.tar.gz
llvm-4551b0a80012bf55e0d045a8f731de8e047fd315.tar.bz2
llvm-4551b0a80012bf55e0d045a8f731de8e047fd315.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r--lib/Target/PowerPC/PPCTargetTransformInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
index 2cc1dfc02c..007901b23e 100644
--- a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
+++ b/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 &);