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, |
|
Florian Schneider
2014/06/25 11:36:00
I would rename this to kUnboxedUint32 to more accu
|
| kUnboxedFloat32x4, |
| kUnboxedInt32x4, |
| kUnboxedFloat64x2, |