OSDN Git Service

Revert "Optimize code generation of check-cast and instance-of."
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 17 Sep 2015 17:12:19 +0000 (17:12 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 17 Sep 2015 17:12:19 +0000 (17:12 +0000)
commit7537437c6a2f89249a48e30effcc27d4e7c5a04f
tree3f5f1d89f27d549cf40901f906ffab86bb05b520
parent64acf303eaa2f32c0b1d8cfcbf044a822c5eec08
Revert "Optimize code generation of check-cast and instance-of."

Failures with libcore tests.

This reverts commit 64acf303eaa2f32c0b1d8cfcbf044a822c5eec08.

Change-Id: Ie6f323fcf5d86bae5c334c1352bb21f1bad60a88
compiler/optimizing/builder.cc
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/nodes.h
runtime/mirror/class.h
test/530-instanceof-checkcast/expected.txt [deleted file]
test/530-instanceof-checkcast/info.txt [deleted file]
test/530-instanceof-checkcast/src/Main.java [deleted file]