mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Fix pastos in comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b5bc3032f
commit
c83769ae33
@ -574,7 +574,8 @@ template <> struct GraphTraits<DominatorTree*>
|
||||
};
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// DominanceFrontier - Calculate the dominance frontiers for a function.
|
||||
/// DominanceFrontierBase - Common base class for computing forward and inverse
|
||||
/// dominance frontiers for a function.
|
||||
///
|
||||
class DominanceFrontierBase : public DominatorBase {
|
||||
public:
|
||||
@ -620,8 +621,8 @@ public:
|
||||
|
||||
|
||||
//===-------------------------------------
|
||||
/// DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to
|
||||
/// compute a normal dominator tree.
|
||||
/// DominanceFrontier Class - Concrete subclass of DominanceFrontierBase that is
|
||||
/// used to compute a forward dominator frontiers.
|
||||
///
|
||||
class DominanceFrontier : public DominanceFrontierBase {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user