diff options
| author | 2016-07-14 14:08:16 -0700 | |
|---|---|---|
| committer | 2016-07-15 18:09:46 -0700 | |
| commit | e9288851eb6b62ece28f510d978d3793723b9a51 (patch) | |
| tree | 3d422c4dfa7437b4891504ee452bf50b4852a9c5 /compiler/optimizing/codegen_test.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/codegen_test.cc')
| -rw-r--r-- | compiler/optimizing/codegen_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/codegen_test.cc b/compiler/optimizing/codegen_test.cc index 6be79fa75c..6f487c5848 100644 --- a/compiler/optimizing/codegen_test.cc +++ b/compiler/optimizing/codegen_test.cc @@ -44,7 +44,7 @@ #include "nodes.h" #include "optimizing_unit_test.h" #include "prepare_for_register_allocation.h" -#include "register_allocator.h" +#include "register_allocator_linear_scan.h" #include "ssa_liveness_analysis.h" #include "utils.h" #include "utils/arm/managed_register_arm.h" |