summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_analysis.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2015-03-19 12:43:20 -0700
committerMathieu Chartier <mathieuc@google.com>2015-03-19 20:00:50 -0700
commitd7cbf8a6629942e7bd315ffae7e1c77b082f3e11 (patch)
treefc8c3371ed4ddac96bbe90a2f94ef5fb5c5472ee /compiler/dex/mir_analysis.cc
parentf5988cf0c47ff935bb19c89ed0398be5fbe44bb6 (diff)
downloadart-d7cbf8a6629942e7bd315ffae7e1c77b082f3e11.zip
art-d7cbf8a6629942e7bd315ffae7e1c77b082f3e11.tar.gz
art-d7cbf8a6629942e7bd315ffae7e1c77b082f3e11.tar.bz2
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
We want to default to having a barrier for the case where we don't dex to dex. Bug: 19762303 Change-Id: I60348d89eaf0b9e1e480298afcecbb5f52e8661b
Diffstat (limited to 'compiler/dex/mir_analysis.cc')
-rw-r--r--compiler/dex/mir_analysis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/mir_analysis.cc b/compiler/dex/mir_analysis.cc
index a89b250..3d7a640 100644
--- a/compiler/dex/mir_analysis.cc
+++ b/compiler/dex/mir_analysis.cc
@@ -416,7 +416,7 @@ static const uint16_t kAnalysisAttributes[kMirOpLast] = {
// 72 INVOKE_INTERFACE {vD, vE, vF, vG, vA}
kAnInvoke | kAnHeavyWeight,
- // 73 RETURN_VOID_BARRIER
+ // 73 RETURN_VOID_NO_BARRIER
kAnBranch,
// 74 INVOKE_VIRTUAL_RANGE {vCCCC .. vNNNN}