summaryrefslogtreecommitdiff
path: root/compiler/dex/mir_graph.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2014-01-27 19:08:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-01-27 19:08:17 +0000
commit6e65720d99bd3387b72d528a46291f1ed8184ede (patch)
treece1397f0f02213112ba8841ccad52d74ac29d318 /compiler/dex/mir_graph.h
parentb429d1dc99b39eadd11f228e520e08b34ba3caf9 (diff)
parent4376c87eb45b287fad77a16738e76ba28956ab7d (diff)
Merge "Remove the link from dalvik instruction back to kMirOpCheck."
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r--compiler/dex/mir_graph.h2
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;