diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index 84ab259..45e425b 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -232,7 +232,8 @@ struct SSARepresentation { */ struct MIR { DecodedInstruction dalvikInsn; - unsigned int width; + uint16_t width; + bool backwards_branch; // TODO: may be useful to make this an attribute flag word. unsigned int offset; int m_unit_index; // From which method was this MIR included MIR* prev; |