summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-05-02 19:06:04 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-05-02 19:06:04 +0000
commitfcb2210812c1e2aec334e3f91e2c417f3e44ad2a (patch)
treec4e6578268a6ae944808277e4317871b28efb088 /llvm/lib/Transforms
parent4466ff50eb78400e2bdc71919e3b82ab81ab8747 (diff)
downloadbcm5719-llvm-fcb2210812c1e2aec334e3f91e2c417f3e44ad2a.tar.gz
bcm5719-llvm-fcb2210812c1e2aec334e3f91e2c417f3e44ad2a.zip
Typo. NFC.
llvm-svn: 268280
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp b/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
index 1c39ba6be15..6c210edb254 100644
--- a/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
+++ b/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
@@ -122,7 +122,7 @@ class SpeculativeExecution : public FunctionPass {
bool runOnBasicBlock(BasicBlock &B);
bool considerHoistingFromTo(BasicBlock &FromBlock, BasicBlock &ToBlock);
- // If true, this pass is a nop unless the target Targetitecture has branch
+ // If true, this pass is a nop unless the target architecture has branch
// divergence.
const bool OnlyIfDivergentTarget;
const TargetTransformInfo *TTI = nullptr;
OpenPOWER on IntegriCloud