mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix minor typos. NFC.
llvm-svn: 244211
This commit is contained in:
parent
d87c97f34a
commit
09a27512b8
@ -71,7 +71,7 @@ class MachineBasicBlock : public ilist_node<MachineBasicBlock> {
|
||||
|
||||
MachineFunction *xParent;
|
||||
|
||||
/// Keep track of the predecessor / successor basicblocks.
|
||||
/// Keep track of the predecessor / successor basic blocks.
|
||||
std::vector<MachineBasicBlock *> Predecessors;
|
||||
std::vector<MachineBasicBlock *> Successors;
|
||||
|
||||
@ -712,7 +712,7 @@ struct MBB2NumberFunctor :
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
// Provide specializations of GraphTraits to be able to treat a
|
||||
// MachineFunction as a graph of MachineBasicBlocks...
|
||||
// MachineFunction as a graph of MachineBasicBlocks.
|
||||
//
|
||||
|
||||
template <> struct GraphTraits<MachineBasicBlock *> {
|
||||
@ -742,7 +742,7 @@ template <> struct GraphTraits<const MachineBasicBlock *> {
|
||||
};
|
||||
|
||||
// Provide specializations of GraphTraits to be able to treat a
|
||||
// MachineFunction as a graph of MachineBasicBlocks... and to walk it
|
||||
// MachineFunction as a graph of MachineBasicBlocks and to walk it
|
||||
// in inverse order. Inverse order for a function is considered
|
||||
// to be when traversing the predecessor edges of a MBB
|
||||
// instead of the successor edges.
|
||||
|
Loading…
Reference in New Issue
Block a user