Fix small typo: s/succ/Succ/

llvm-svn: 188415
This commit is contained in:
Mark Lacey 2013-08-14 22:11:42 +00:00
parent e1f1f20e92
commit a2626555f1
1 changed files with 1 additions and 1 deletions

View 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.
///