From fcb2210812c1e2aec334e3f91e2c417f3e44ad2a Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Mon, 2 May 2016 19:06:04 +0000 Subject: [PATCH] Typo. NFC. llvm-svn: 268280 --- llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4