summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/quick_compiler.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-03-20 03:08:27 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-20 03:08:27 +0000
commit157fb9e52b8f11daeec5fbd6286853e0b920c215 (patch)
treefc8c3371ed4ddac96bbe90a2f94ef5fb5c5472ee /compiler/dex/quick/quick_compiler.cc
parentf5988cf0c47ff935bb19c89ed0398be5fbe44bb6 (diff)
parentd7cbf8a6629942e7bd315ffae7e1c77b082f3e11 (diff)
Merge "Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER"
Diffstat (limited to 'compiler/dex/quick/quick_compiler.cc')
-rw-r--r--compiler/dex/quick/quick_compiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc
index 922f2f7ad7..1673312919 100644
--- a/compiler/dex/quick/quick_compiler.cc
+++ b/compiler/dex/quick/quick_compiler.cc
@@ -250,7 +250,7 @@ static int kAllOpcodes[] = {
Instruction::INVOKE_DIRECT,
Instruction::INVOKE_STATIC,
Instruction::INVOKE_INTERFACE,
- Instruction::RETURN_VOID_BARRIER,
+ Instruction::RETURN_VOID_NO_BARRIER,
Instruction::INVOKE_VIRTUAL_RANGE,
Instruction::INVOKE_SUPER_RANGE,
Instruction::INVOKE_DIRECT_RANGE,