mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
Eliminate tabs and trailing spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -110,7 +110,7 @@ inline Interval::succ_iterator succ_begin(Interval *I) {
|
||||
inline Interval::succ_iterator succ_end(Interval *I) {
|
||||
return I->Successors.end();
|
||||
}
|
||||
|
||||
|
||||
/// pred_begin/pred_end - define methods so that Intervals may be used
|
||||
/// just like BasicBlocks can with the pred_* functions, and *::pred_iterator.
|
||||
///
|
||||
@@ -128,7 +128,7 @@ template <> struct GraphTraits<Interval*> {
|
||||
static NodeType *getEntryNode(Interval *I) { return I; }
|
||||
|
||||
/// nodes_iterator/begin/end - Allow iteration over all nodes in the graph
|
||||
static inline ChildIteratorType child_begin(NodeType *N) {
|
||||
static inline ChildIteratorType child_begin(NodeType *N) {
|
||||
return succ_begin(N);
|
||||
}
|
||||
static inline ChildIteratorType child_end(NodeType *N) {
|
||||
|
Reference in New Issue
Block a user