Typo. NFC.

llvm-svn: 268280
This commit is contained in:
Chad Rosier 2016-05-02 19:06:04 +00:00
parent 4466ff50eb
commit fcb2210812
1 changed files with 1 additions and 1 deletions

View File

@ -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;