Index: src/machine-type.h |
diff --git a/src/machine-type.h b/src/machine-type.h |
index 08786100b05c2ceaf88001c48ce871fc26499da8..c8b15f5e3c1e4700fab07123d7789c3a4f089d83 100644 |
--- a/src/machine-type.h |
+++ b/src/machine-type.h |
@@ -28,6 +28,8 @@ enum class MachineRepresentation : uint8_t { |
kTagged |
}; |
+const char* MachineReprToString(MachineRepresentation); |
+ |
enum class MachineSemantic : uint8_t { |
kNone, |
kBool, |