diff options
| author | 2017-03-09 08:33:03 +0000 | |
|---|---|---|
| committer | 2017-03-09 08:33:04 +0000 | |
| commit | 68fdd5a22024f70a65159bcb8929296fc93b807d (patch) | |
| tree | d0d5256fde2f91b61bde97d0632436cabb0b23db /compiler/optimizing/nodes.h | |
| parent | 02a4d7ff633e67d0a5113f0fc742116dcdc5b7f6 (diff) | |
| parent | c52f3034b06c03632e937aff07d46c2bdcadfef5 (diff) | |
Merge "Remove --include-patch-information option from dex2oat."
Diffstat (limited to 'compiler/optimizing/nodes.h')
| -rw-r--r-- | compiler/optimizing/nodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index f912d7d9b6..542b218cf8 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -5545,8 +5545,6 @@ class HLoadClass FINAL : public HInstruction { // Use a known boot image Class* address, embedded in the code by the codegen. // Used for boot image classes referenced by apps in AOT- and JIT-compiled code. - // Note: codegen needs to emit a linker patch if indicated by compiler options' - // GetIncludePatchInformation(). kBootImageAddress, // Load from an entry in the .bss section using a PC-relative load. @@ -5750,8 +5748,6 @@ class HLoadString FINAL : public HInstruction { // Use a known boot image String* address, embedded in the code by the codegen. // Used for boot image strings referenced by apps in AOT- and JIT-compiled code. - // Note: codegen needs to emit a linker patch if indicated by compiler options' - // GetIncludePatchInformation(). kBootImageAddress, // Load from an entry in the .bss section using a PC-relative load. |