Chromium Code Reviews| Index: runtime/vm/locations.h |
| diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h |
| index 91ed897d2632a5ee0aff5bd047e2d12f37fc05a5..5277c3613093c631ebd1cec2f8789e9e24c34ade 100644 |
| --- a/runtime/vm/locations.h |
| +++ b/runtime/vm/locations.h |
| @@ -22,6 +22,7 @@ enum Representation { |
| kUntagged, |
| kUnboxedDouble, |
| kUnboxedMint, |
| + kUnboxedMint32, |
|
Vyacheslav Egorov (Google)
2014/06/23 20:02:06
I would call it kUnboxedUint32. Mint32 is a confus
|
| kUnboxedFloat32x4, |
| kUnboxedInt32x4, |
| kUnboxedFloat64x2, |