1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Typo. NFC.

llvm-svn: 268280
This commit is contained in:
Chad Rosier 2016-05-02 19:06:04 +00:00
parent 583671304d
commit 972c570f4b

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;