summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/quick_compiler.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-09-27 19:50:40 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2015-09-27 19:50:40 +0000
commit7bbb80ab52c203e44d2ded2c947b3b03b4b31ec4 (patch)
treeeb54c557467f1401c4bd5729fa2b9e8ae91e8ffd /compiler/dex/quick/quick_compiler.cc
parentb72123440d8541362ebdb131436f9dbdda5fd329 (diff)
Revert "lambda: Experimental support for capture-variable and liberate-variable"
Test fails. This reverts commit b72123440d8541362ebdb131436f9dbdda5fd329. Change-Id: Ic9ed92f8c826d8465eb36b746dc44af05caf041c
Diffstat (limited to 'compiler/dex/quick/quick_compiler.cc')
-rw-r--r--compiler/dex/quick/quick_compiler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc
index 1cd742abac..b5ecf9c418 100644
--- a/compiler/dex/quick/quick_compiler.cc
+++ b/compiler/dex/quick/quick_compiler.cc
@@ -391,9 +391,9 @@ static int kAllOpcodes[] = {
Instruction::IGET_SHORT_QUICK,
Instruction::INVOKE_LAMBDA,
Instruction::UNUSED_F4,
- Instruction::CAPTURE_VARIABLE,
+ Instruction::UNUSED_F5,
Instruction::CREATE_LAMBDA,
- Instruction::LIBERATE_VARIABLE,
+ Instruction::UNUSED_F7,
Instruction::BOX_LAMBDA,
Instruction::UNBOX_LAMBDA,
Instruction::UNUSED_FA,