OSDN Git Service

Remove dex_pc's default value from top level HInstruction
authorCalin Juravle <calin@google.com>
Tue, 6 Oct 2015 14:46:54 +0000 (15:46 +0100)
committerCalin Juravle <calin@google.com>
Tue, 6 Oct 2015 15:42:57 +0000 (16:42 +0100)
commit154746b84b407cfd166b45e039b62e6a06dc3f39
treee610cbef3b2ccba5fd7bc6f2be8c007ab02990f9
parent98893e146b0ff0e1fd1d7c29252f1d1e75a163f2
Remove dex_pc's default value from top level HInstruction

This clearly hints that the dex_pc is stored in the super class and
doesn't need to be reimplemented in subclasses.

Change-Id: Ifd4aa95190c4c89367b4dd2cc8ab0ffd263659ac
compiler/optimizing/bounds_check_elimination.cc
compiler/optimizing/bounds_check_elimination_test.cc
compiler/optimizing/gvn_test.cc
compiler/optimizing/licm_test.cc
compiler/optimizing/nodes.h
compiler/optimizing/nodes_x86.h
compiler/optimizing/register_allocator_test.cc