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/XCore | |
parent | d71e4441c96c0762d4b192763e9377176e393275 (diff) | |
download | bcm5719-llvm-89f18805f454d253ffb7306663df9c56cff078e9.tar.gz bcm5719-llvm-89f18805f454d253ffb7306663df9c56cff078e9.zip |
Fix typo.
llvm-svn: 209377
Diffstat (limited to 'llvm/lib/Target/XCore')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp b/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp index 079be1fc0ab..80d193d1c26 100644 --- a/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp +++ b/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp @@ -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 &); |