Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index bbcafa72960a786132ad01731ee49d7354790c57..465ad028492ba8c81b21c308250cf950f5209a41 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -78,6 +78,7 @@ class WasmGraphBuilder { |
Node* Merge(unsigned count, Node** controls); |
Node* Phi(wasm::LocalType type, unsigned count, Node** vals, Node* control); |
Node* EffectPhi(unsigned count, Node** effects, Node* control); |
+ Node* NumberConstant(int32_t value); |
Node* Int32Constant(int32_t value); |
Node* Int64Constant(int64_t value); |
Node* Float32Constant(float value); |