projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d6e6d
)
Fix spelling.
author
Robert Wilhelm
<robert.wilhelm@gmx.net>
Sat, 14 Sep 2013 09:34:59 +0000
(09:34 +0000)
committer
Robert Wilhelm
<robert.wilhelm@gmx.net>
Sat, 14 Sep 2013 09:34:59 +0000
(09:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190750
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/FlattenCFG.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/FlattenCFG.cpp
b/lib/Transforms/Utils/FlattenCFG.cpp
index 9cbe15db18b22fd8638ea3456561c4b7ca425bcb..0beb6fd1b5e0e701fdd8ab6343a59c0fd7e08432 100644
(file)
--- a/
lib/Transforms/Utils/FlattenCFG.cpp
+++ b/
lib/Transforms/Utils/FlattenCFG.cpp
@@
-372,7
+372,7
@@
bool FlattenCFGOpt::CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2,
/// Check whether \param BB is the merge block of a if-region. If yes, check
/// whether there exists an adjacent if-region upstream, the two if-regions
-/// contain identical instuctions and can be legally merged. \returns true if
+/// contain identical inst
r
uctions and can be legally merged. \returns true if
/// the two if-regions are merged.
///
/// From: