From: Chad Rosier Date: Mon, 2 May 2016 19:06:04 +0000 (+0000) Subject: Typo. NFC. X-Git-Tag: llvmorg-3.9.0-rc1~7234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcb2210812c1e2aec334e3f91e2c417f3e44ad2a;p=platform%2Fupstream%2Fllvm.git Typo. NFC. llvm-svn: 268280 --- diff --git a/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp b/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp index 1c39ba6..6c210ed 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;