summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorMark Lacey <mark.lacey@apple.com>2013-08-14 22:11:42 +0000
committerMark Lacey <mark.lacey@apple.com>2013-08-14 22:11:42 +0000
commita2626555f1e81410a83fc64ea915eae655c62efd (patch)
tree2c080e8c738026ec962635ba88bc72cebe4c561f /llvm/lib/Transforms/Utils
parente1f1f20e9210ea005d4625b56ad129529e988404 (diff)
downloadbcm5719-llvm-a2626555f1e81410a83fc64ea915eae655c62efd.tar.gz
bcm5719-llvm-a2626555f1e81410a83fc64ea915eae655c62efd.zip
Fix small typo: s/succ/Succ/
llvm-svn: 188415
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index 4db3a7296ce..f2fac5e9300 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/lib/Transforms/Utils/Local.cpp
@@ -536,7 +536,7 @@ static bool CanMergeValues(Value *First, Value *Second) {
}
/// CanPropagatePredecessorsForPHIs - Return true if we can fold BB, an
-/// almost-empty BB ending in an unconditional branch to Succ, into succ.
+/// almost-empty BB ending in an unconditional branch to Succ, into Succ.
///
/// Assumption: Succ is the single successor for BB.
///
OpenPOWER on IntegriCloud