diff options
author | Mathieu Chartier <mathieuc@google.com> | 2015-03-19 12:43:20 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2015-03-19 20:00:50 -0700 |
commit | d7cbf8a6629942e7bd315ffae7e1c77b082f3e11 (patch) | |
tree | fc8c3371ed4ddac96bbe90a2f94ef5fb5c5472ee /compiler/dex/mir_analysis.cc | |
parent | f5988cf0c47ff935bb19c89ed0398be5fbe44bb6 (diff) | |
download | art-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.cc | 2 |
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} |