Skip to content
Snippets Groups Projects
Commit 06ec4203 authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

Cleanup.

llvm-svn: 147975
parent 5e242025
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,6 @@ class VirtRegMap;
class LiveIntervals;
class Spiller;
// Forward declare a priority queue of live virtual registers. If an
// implementation needs to prioritize by anything other than spill weight, then
// this will become an abstract base class with virtual calls to push/get.
class LiveVirtRegQueue;
/// RegAllocBase provides the register allocation driver and interface that can
/// be extended to add interesting heuristics.
///
......@@ -121,10 +116,6 @@ protected:
// The top-level driver. The output is a VirtRegMap that us updated with
// physical register assignments.
//
// If an implementation wants to override the LiveInterval comparator, we
// should modify this interface to allow passing in an instance derived from
// LiveVirtRegQueue.
void allocatePhysRegs();
// Get a temporary reference to a Spiller instance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment