summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-30 20:04:57 +0000
committerDan Gohman <gohman@apple.com>2010-03-30 20:04:57 +0000
commit39027c403c50d952e4ed9800ac40cbefa68bb654 (patch)
tree23959f11f711e9ef63d43107b469351678833da9 /llvm/lib/Transforms/Utils
parent3b9af40938733d296c1f815cfa53dfcc86d5c575 (diff)
downloadbcm5719-llvm-39027c403c50d952e4ed9800ac40cbefa68bb654.tar.gz
bcm5719-llvm-39027c403c50d952e4ed9800ac40cbefa68bb654.zip
Fix a grammaro.
llvm-svn: 99917
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 bdf366a21c2..9f2209dfcfc 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -224,7 +224,7 @@ static bool DominatesMergePoint(Value *V, BasicBlock *BB,
if (BI->isUnconditional() && BI->getSuccessor(0) == BB) {
if (!AggressiveInsts) return false;
// Okay, it looks like the instruction IS in the "condition". Check to
- // see if its a cheap instruction to unconditionally compute, and if it
+ // see if it's a cheap instruction to unconditionally compute, and if it
// only uses stuff defined outside of the condition. If so, hoist it out.
if (!I->isSafeToSpeculativelyExecute())
return false;
OpenPOWER on IntegriCloud