diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-21 13:59:01 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-21 13:59:01 +0000 | 
| commit | 3a0822f094b578157263e04114075ad7df81db41 (patch) | |
| tree | bc48361fe2cd1ca5f93ac01b38b183774468fc79 /lib/CodeGen/MachineTraceMetrics.cpp | |
| parent | 85d8b2bbe386bcfe669575d05b61482d7be07e5d (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/MachineTraceMetrics.cpp')
| -rw-r--r-- | lib/CodeGen/MachineTraceMetrics.cpp | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/CodeGen/MachineTraceMetrics.cpp b/lib/CodeGen/MachineTraceMetrics.cpp index 34ac9d5b0ed7..7704d1498be0 100644 --- a/lib/CodeGen/MachineTraceMetrics.cpp +++ b/lib/CodeGen/MachineTraceMetrics.cpp @@ -306,7 +306,7 @@ public:    MinInstrCountEnsemble(MachineTraceMetrics *mtm)      : MachineTraceMetrics::Ensemble(mtm) {}  }; -} +} // namespace  // Select the preferred predecessor for MBB.  const MachineBasicBlock* @@ -414,7 +414,7 @@ struct LoopBounds {               const MachineLoopInfo *loops)      : Blocks(blocks), Loops(loops), Downward(false) {}  }; -} +} // namespace  // Specialize po_iterator_storage in order to prune the post-order traversal so  // it is limited to the current loop and doesn't traverse the loop back edges. @@ -447,7 +447,7 @@ public:      return LB.Visited.insert(To).second;    }  }; -} +} // namespace llvm  /// Compute the trace through MBB.  void MachineTraceMetrics::Ensemble::computeTrace(const MachineBasicBlock *MBB) { @@ -619,7 +619,7 @@ struct DataDep {      assert((++DefI).atEnd() && "Register has multiple defs");    }  }; -} +} // namespace  // Get the input data dependencies that must be ready before UseMI can issue.  // Return true if UseMI has any physreg operands. @@ -681,7 +681,7 @@ struct LiveRegUnit {    LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {}  }; -} +} // namespace  // Identify physreg dependencies for UseMI, and update the live regunit  // tracking set when scanning instructions downwards.  | 
