| Index: src/hydrogen-check-elimination.h
|
| diff --git a/src/hydrogen-check-elimination.h b/src/hydrogen-check-elimination.h
|
| index f38e6152fb139a31321b0d99c73bc6b108ecb65b..50d9908db1f2b8bdc3447af38c1f8e853164a4bc 100644
|
| --- a/src/hydrogen-check-elimination.h
|
| +++ b/src/hydrogen-check-elimination.h
|
| @@ -43,6 +43,7 @@ class HCheckEliminationPhase : public HPhase {
|
| aliasing_(),
|
| redundant_(0),
|
| removed_(0),
|
| + removed_cho_(0),
|
| narrowed_(0),
|
| loads_(0),
|
| empty_(0),
|
| @@ -60,6 +61,7 @@ class HCheckEliminationPhase : public HPhase {
|
| HAliasAnalyzer* aliasing_;
|
| int redundant_;
|
| int removed_;
|
| + int removed_cho_;
|
| int narrowed_;
|
| int loads_;
|
| int empty_;
|
|
|