diff options
| author | 2012-06-20 15:14:24 -0700 | |
|---|---|---|
| committer | 2012-06-20 15:14:24 -0700 | |
| commit | 83475c208287fe671f12a1c59f914194b2caf1db (patch) | |
| tree | 65d1f065aae991d42d10e055c89de4992652db92 /src/compiler/codegen/RallocUtil.cc | |
| parent | 4d999fe696d43de5872f7be293e8a749cb69beaf (diff) | |
| parent | ad8f15e0b13383b2eaa2486b230debeae7a55661 (diff) | |
Merge "Milestone: close Quick side channel communication" into ics-mr1-plus-art
Diffstat (limited to 'src/compiler/codegen/RallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/RallocUtil.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/compiler/codegen/RallocUtil.cc b/src/compiler/codegen/RallocUtil.cc index e2f2cd683b..074fd26ca0 100644 --- a/src/compiler/codegen/RallocUtil.cc +++ b/src/compiler/codegen/RallocUtil.cc @@ -29,17 +29,6 @@ namespace art { -#define SREG(c, s) ((c)->regLocation[(s)].sRegLow) -/* - * Get the "real" sreg number associated with an sReg slot. In general, - * sReg values passed through codegen are the SSA names created by - * dataflow analysis and refer to slot numbers in the cUnit->regLocation - * array. However, renaming is accomplished by simply replacing RegLocation - * entries in the cUnit->reglocation[] array. Therefore, when location - * records for operands are first created, we need to ask the locRecord - * identified by the dataflow pass what it's new name is. - */ - /* * Free all allocated temps in the temp pools. Note that this does * not affect the "liveness" of a temp register, which will stay |