diff options
| author | 2014-11-24 11:05:33 +0000 | |
|---|---|---|
| committer | 2014-11-24 11:05:33 +0000 | |
| commit | c12da2d91c26e74786a32e7583d996416a2f3494 (patch) | |
| tree | 38420b41d7832e45d373acdfd73696ea9165aa11 /runtime/quick/inline_method_analyser.h | |
| parent | 4a9ac63ba407edc09e13b4e095e2105cf13f603b (diff) | |
| parent | af6925b7fe5dc5a3c8d52ee3370e86e75400f873 (diff) | |
Merge "Rewrite GVN's field id and field type handling."
Diffstat (limited to 'runtime/quick/inline_method_analyser.h')
| -rw-r--r-- | runtime/quick/inline_method_analyser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/quick/inline_method_analyser.h b/runtime/quick/inline_method_analyser.h index a8d4308952..72b696b2d5 100644 --- a/runtime/quick/inline_method_analyser.h +++ b/runtime/quick/inline_method_analyser.h @@ -106,9 +106,7 @@ enum IntrinsicFlags { }; struct InlineIGetIPutData { - // The op_variant below is opcode-Instruction::IGET for IGETs and - // opcode-Instruction::IPUT for IPUTs. This is because the runtime - // doesn't know the OpSize enumeration. + // The op_variant below is DexMemAccessType but the runtime doesn't know that enumeration. uint16_t op_variant : 3; uint16_t method_is_static : 1; uint16_t object_arg : 4; |