Index: runtime/vm/intrinsifier.h |
=================================================================== |
--- runtime/vm/intrinsifier.h (revision 45699) |
+++ runtime/vm/intrinsifier.h (working copy) |
@@ -23,7 +23,9 @@ |
public: |
static void Intrinsify(const ParsedFunction& parsed_function, |
FlowGraphCompiler* compiler); |
+#if defined(DART_NO_SNAPSHOT) |
static void InitializeState(); |
+#endif |
static bool GraphIntrinsify(const ParsedFunction& parsed_function, |
FlowGraphCompiler* compiler); |