projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f1f20
)
Fix small typo: s/succ/Succ/
author
Mark Lacey
<mark.lacey@apple.com>
Wed, 14 Aug 2013 22:11:42 +0000
(22:11 +0000)
committer
Mark Lacey
<mark.lacey@apple.com>
Wed, 14 Aug 2013 22:11:42 +0000
(22:11 +0000)
llvm-svn: 188415
llvm/lib/Transforms/Utils/Local.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Utils/Local.cpp
b/llvm/lib/Transforms/Utils/Local.cpp
index 4db3a7296ce01247b893d66adf1828f05be1f161..f2fac5e9300d01658ae2a033e278de970f29f30a 100644
(file)
--- 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
s
ucc.
+/// almost-empty BB ending in an unconditional branch to Succ, into
S
ucc.
///
/// Assumption: Succ is the single successor for BB.
///