Chromium Code Reviews| Index: src/compiler/opcodes.h | 
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h | 
| index cb69f4aaee0ecfbc1e3d4f2fcdc58fa9bac3ff59..2f608584878b8a06c6760c7c48c6777ec6c8fbe3 100644 | 
| --- a/src/compiler/opcodes.h | 
| +++ b/src/compiler/opcodes.h | 
| @@ -197,6 +197,8 @@ | 
| V(NumberClz32) \ | 
| V(NumberCeil) \ | 
| V(NumberFloor) \ | 
| + V(NumberAtan) \ | 
| + V(NumberAtan2) \ | 
| V(NumberLog) \ | 
| V(NumberLog1p) \ | 
| V(NumberRound) \ | 
| @@ -356,6 +358,8 @@ | 
| V(Float64Max) \ | 
| V(Float64Min) \ | 
| V(Float64Abs) \ | 
| + V(Float64Atan) \ | 
| + V(Float64Atan2) \ | 
| V(Float64Log) \ | 
| V(Float64Log1p) \ | 
| V(Float64Sqrt) \ |