| Index: src/hydrogen-instructions.h
|
| ===================================================================
|
| --- src/hydrogen-instructions.h (revision 9858)
|
| +++ src/hydrogen-instructions.h (working copy)
|
| @@ -245,7 +245,9 @@
|
| return lower_ >= Smi::kMinValue && upper_ <= Smi::kMaxValue;
|
| }
|
| void KeepOrder();
|
| +#ifdef DEBUG
|
| void Verify() const;
|
| +#endif
|
|
|
| void StackUpon(Range* other) {
|
| Intersect(other);
|
| @@ -405,7 +407,6 @@
|
| static HType TypeFromValue(Handle<Object> value);
|
|
|
| const char* ToString();
|
| - const char* ToShortString();
|
|
|
| private:
|
| enum Type {
|
|
|