summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/FlattenCFG.cpp
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
commit042f10ce410b8da1e464458a8f2cad27615b8358 (patch)
treef431f50278f881ddcacfbd0aa2f2e44d3453da1a /llvm/lib/Transforms/Utils/FlattenCFG.cpp
parent516be56fd94f9d65e23a2792045071e72039df74 (diff)
downloadbcm5719-llvm-042f10ce410b8da1e464458a8f2cad27615b8358.tar.gz
bcm5719-llvm-042f10ce410b8da1e464458a8f2cad27615b8358.zip
Fix spelling.
llvm-svn: 190750
Diffstat (limited to 'llvm/lib/Transforms/Utils/FlattenCFG.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/FlattenCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/FlattenCFG.cpp b/llvm/lib/Transforms/Utils/FlattenCFG.cpp
index 9cbe15db18b..0beb6fd1b5e 100644
--- a/llvm/lib/Transforms/Utils/FlattenCFG.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud