diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-22 01:21:44 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-22 01:21:44 +0000 |
commit | 89f18805f454d253ffb7306663df9c56cff078e9 (patch) | |
tree | 3b3c34aa0628fe0c3abee707e082b198612a6f96 /llvm/lib/Target/X86/X86TargetTransformInfo.cpp | |
parent | d71e4441c96c0762d4b192763e9377176e393275 (diff) | |
download | bcm5719-llvm-89f18805f454d253ffb7306663df9c56cff078e9.tar.gz bcm5719-llvm-89f18805f454d253ffb7306663df9c56cff078e9.zip |
Fix typo.
llvm-svn: 209377
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetTransformInfo.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetTransformInfo.cpp b/llvm/lib/Target/X86/X86TargetTransformInfo.cpp index 69f34a16b6f..91b9d40f8ef 100644 --- a/llvm/lib/Target/X86/X86TargetTransformInfo.cpp +++ b/llvm/lib/Target/X86/X86TargetTransformInfo.cpp @@ -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 &); |