diff options
| author | 2016-12-13 09:34:11 +0000 | |
|---|---|---|
| committer | 2016-12-13 09:34:12 +0000 | |
| commit | fb678bfaad7f432861d26bde8343d53fadd68c07 (patch) | |
| tree | b39b2c10875b15207e9de9b7474b1834aa9aa6ff /compiler/optimizing/nodes.cc | |
| parent | 7c73bf3518eea7544406eadfed6946411c54a267 (diff) | |
| parent | 22384aeab988df7fa5ccdc48a668589c5f602c39 (diff) | |
Merge "Revert "Revert "Add kJitTableAddress for HLoadClass."""
Diffstat (limited to 'compiler/optimizing/nodes.cc')
| -rw-r--r-- | compiler/optimizing/nodes.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/nodes.cc b/compiler/optimizing/nodes.cc index 594255c625..925d4f1fd1 100644 --- a/compiler/optimizing/nodes.cc +++ b/compiler/optimizing/nodes.cc @@ -2487,8 +2487,8 @@ std::ostream& operator<<(std::ostream& os, HLoadClass::LoadKind rhs) { return os << "BootImageLinkTimePcRelative"; case HLoadClass::LoadKind::kBootImageAddress: return os << "BootImageAddress"; - case HLoadClass::LoadKind::kDexCacheAddress: - return os << "DexCacheAddress"; + case HLoadClass::LoadKind::kJitTableAddress: + return os << "JitTableAddress"; case HLoadClass::LoadKind::kDexCachePcRelative: return os << "DexCachePcRelative"; case HLoadClass::LoadKind::kDexCacheViaMethod: |