OSDN Git Service

Relax the DCHECK in load store elimination.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 4 May 2016 13:00:12 +0000 (14:00 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 5 May 2016 09:45:30 +0000 (10:45 +0100)
commit65fef30952bb92acec7ed36f7f431d93f7ce88b3
tree31e893a43b6753e225f58bae4e75055faeaf2daf
parent43aa3318f9ada1d2f3b99aa6a659685a99fc9c45
Relax the DCHECK in load store elimination.

The DCHECK was too strong, as we could come from a field or array
get on null, instead of null directly.

bug:27831001

Change-Id: I24b6a0b3c92467aff81aaeaa22402743e9014d97
compiler/optimizing/load_store_elimination.cc
test/586-checker-null-array-get/src/Main.java