Fix small typo: s/succ/Succ/
authorMark Lacey <mark.lacey@apple.com>
Wed, 14 Aug 2013 22:11:42 +0000 (22:11 +0000)
committerMark Lacey <mark.lacey@apple.com>
Wed, 14 Aug 2013 22:11:42 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/Local.cpp

index 4db3a7296ce01247b893d66adf1828f05be1f161..f2fac5e9300d01658ae2a033e278de970f29f30a 100644 (file)
@@ -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.
 ///