Index: src/asmjs/asm-typer.h |
diff --git a/src/asmjs/asm-typer.h b/src/asmjs/asm-typer.h |
index fe939434406be212cb8b3b4c1fb79c10b4c391f9..391c157fb3b8c372c4dbdcb93ba5044cb7d0025e 100644 |
--- a/src/asmjs/asm-typer.h |
+++ b/src/asmjs/asm-typer.h |
@@ -47,6 +47,7 @@ class AsmTyper final { |
kMathFloor, |
kMathSqrt, |
kMathAbs, |
+ kMathClz32, |
kMathMin, |
kMathMax, |
kMathAtan2, |