Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
06ec4203
Commit
06ec4203
authored
13 years ago
by
Jakob Stoklund Olesen
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
llvm-svn: 147975
parent
5e242025
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/CodeGen/RegAllocBase.h
+0
-9
0 additions, 9 deletions
llvm/lib/CodeGen/RegAllocBase.h
with
0 additions
and
9 deletions
llvm/lib/CodeGen/RegAllocBase.h
+
0
−
9
View file @
06ec4203
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment