summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
diff options
context:
space:
mode:
authorRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-14 09:34:59 +0000
committerRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-14 09:34:59 +0000
commit4873c157f3b6776968f63f66bc76f839bdaf128e (patch)
tree43471f7e690641ce42e37ee78cae25855a8f8fd7 /lib/Transforms/Utils
parentd9d6e6d59159160299a51fe5010a940db27ae89b (diff)
downloadllvm-4873c157f3b6776968f63f66bc76f839bdaf128e.tar.gz
llvm-4873c157f3b6776968f63f66bc76f839bdaf128e.tar.bz2
llvm-4873c157f3b6776968f63f66bc76f839bdaf128e.tar.xz
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
-rw-r--r--lib/Transforms/Utils/FlattenCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/FlattenCFG.cpp b/lib/Transforms/Utils/FlattenCFG.cpp
index 9cbe15db18..0beb6fd1b5 100644
--- 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 instructions and can be legally merged. \returns true if
/// the two if-regions are merged.
///
/// From: