Chromium Code Reviews| Index: runtime/vm/locations.h |
| =================================================================== |
| --- runtime/vm/locations.h (revision 45130) |
| +++ runtime/vm/locations.h (working copy) |
| @@ -459,7 +459,7 @@ |
| void Remove(T value) { data_ &= ~ToMask(value); } |
| - bool IsEmpty() const { return data_ != 0; } |
| + bool IsEmpty() const { return data_ == 0; } |
| intptr_t data() const { return data_; } |