commit | 0ff7afc79169f786785419deaa97452f82103520 | [log] [tgz] |
---|---|---|
author | Mingyao Yang <mingyao@google.com> | Wed Nov 18 15:20:37 2015 -0800 |
committer | Mingyao Yang <mingyao@google.com> | Wed Nov 18 15:31:11 2015 -0800 |
tree | 37827a64af4126481cac5a152e5e7cc1e2d263ea | |
parent | b9bbbeb2b05d74cae0fe0682a26b19f5a7e68d8c [diff] |
Fix an assert in lse. Wrong assert. Just deleted it. Change-Id: I6f051609d87b2c6da081ee63f783ce99462f8a09
diff --git a/compiler/optimizing/load_store_elimination.cc b/compiler/optimizing/load_store_elimination.cc index 068d5db..5b89cfe 100644 --- a/compiler/optimizing/load_store_elimination.cc +++ b/compiler/optimizing/load_store_elimination.cc
@@ -738,8 +738,6 @@ } if (same_value || possibly_redundant) { possibly_removed_stores_.push_back(instruction); - // Same-value/singleton-field store shouldn't have a null check. - DCHECK(!ref->InputAt(0)->IsNullCheck()); } if (!same_value) {