mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
/// 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
|
/// 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.
|
/// the two if-regions are merged.
|
||||||
///
|
///
|
||||||
/// From:
|
/// From:
|
||||||
|
Reference in New Issue
Block a user