diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index bbcea10230..4666d1e47a 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -253,7 +253,7 @@ struct MIR { union { // Incoming edges for phi node. BasicBlockId* phi_incoming; - // Establish link between two halves of throwing instructions. + // Establish link from check instruction (kMirOpCheck) to the actual throwing instruction. MIR* throw_insn; // Fused cmp branch condition. ConditionCode ccode; |