Fix typo.
authorEric Christopher <echristo@gmail.com>
Thu, 22 May 2014 01:21:44 +0000 (01:21 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 22 May 2014 01:21:44 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209377 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM64/ARM64TargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/XCore/XCoreTargetTransformInfo.cpp

index ebb25f49fa4479c5a7e273b48af46845baa9f32d..57df7da7f31087f9d1c48ac9545f7f8025284000 100644 (file)
@@ -25,7 +25,7 @@ using namespace llvm;
 #define DEBUG_TYPE "armtti"
 
 // 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 initializeARMTTIPass(PassRegistry &);
index ac7142f3febddb47efe238d868becdc4d2f8c7e7..cc4cdff62b5bb3cff4c02df994abb4bb5b26048a 100644 (file)
@@ -27,7 +27,7 @@ using namespace llvm;
 #define DEBUG_TYPE "arm64tti"
 
 // 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 initializeARM64TTIPass(PassRegistry &);
index 2cc1dfc02cc6f3b8f86a3825d9dc81c6155446b9..007901b23e0c38dc5cf024b5737e1743e064f630 100644 (file)
@@ -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 &);
index 69f34a16b6f77723945f7b98ee21c6265b77fd8d..91b9d40f8ef75a72c7b10ee50705d3b3c698a0ed 100644 (file)
@@ -26,7 +26,7 @@ using namespace llvm;
 #define DEBUG_TYPE "x86tti"
 
 // 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 initializeX86TTIPass(PassRegistry &);
index 079be1fc0abccdc4a9f6bdb2d8a9ae2d530f03ec..80d193d1c26ea2144f81e53f401d389ae9c55856 100644 (file)
@@ -24,7 +24,7 @@ using namespace llvm;
 #define DEBUG_TYPE "xcoretti"
 
 // 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 initializeXCoreTTIPass(PassRegistry &);