diff options
author | Matthew Gharrity <gharrma@google.com> | 2016-07-14 14:08:16 -0700 |
---|---|---|
committer | Matthew Gharrity <gharrma@google.com> | 2016-07-15 18:09:46 -0700 |
commit | e9288851eb6b62ece28f510d978d3793723b9a51 (patch) | |
tree | 3d422c4dfa7437b4891504ee452bf50b4852a9c5 /compiler/optimizing/graph_visualizer.cc | |
parent | 161c866ca742049f5c916696e1503c697be30e87 (diff) |
Rename current register allocator implementation
This will allow a cleaner commit in an upcoming
refactoring of register allocation.
Test: m test-art-host
Change-Id: If420c97b088b3c934411ff83373e024003120746
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
-rw-r--r-- | compiler/optimizing/graph_visualizer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/graph_visualizer.cc b/compiler/optimizing/graph_visualizer.cc index e14f603fe1..0b4c569b05 100644 --- a/compiler/optimizing/graph_visualizer.cc +++ b/compiler/optimizing/graph_visualizer.cc @@ -31,7 +31,7 @@ #include "nodes.h" #include "optimization.h" #include "reference_type_propagation.h" -#include "register_allocator.h" +#include "register_allocator_linear_scan.h" #include "ssa_liveness_analysis.h" #include "utils/assembler.h" |