Typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Mon, 2 May 2016 19:06:04 +0000 (19:06 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Mon, 2 May 2016 19:06:04 +0000 (19:06 +0000)
llvm-svn: 268280

llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp

index 1c39ba6..6c210ed 100644 (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;