summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorMark Lacey <mark.lacey@apple.com>2015-04-12 18:18:51 +0000
committerMark Lacey <mark.lacey@apple.com>2015-04-12 18:18:51 +0000
commit274f48b5a8457c40e8944531cdc1786a21efc74f (patch)
treee3b6a16839d0dd3dc68b9aea154b580374e70ccc /llvm/lib/Transforms/Utils
parent5551f2528c2aa6b77adadeb0e63a37e6f1fd3cae (diff)
downloadbcm5719-llvm-274f48b5a8457c40e8944531cdc1786a21efc74f.tar.gz
bcm5719-llvm-274f48b5a8457c40e8944531cdc1786a21efc74f.zip
Fix typo.
llvm-svn: 234706
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index ef0c10f2d20..7c239cb19b7 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -1502,7 +1502,7 @@ static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB,
if (isa<DbgInfoIntrinsic>(I))
continue;
- // Only speculatively execution a single instruction (not counting the
+ // Only speculatively execute a single instruction (not counting the
// terminator) for now.
++SpeculationCost;
if (SpeculationCost > 1)
OpenPOWER on IntegriCloud