| Index: src/runtime/runtime.cc | 
| diff --git a/src/runtime/runtime.cc b/src/runtime/runtime.cc | 
| index 78c83abfdc5d9ebb62faecf8a81df5a86284f085..c8060a7a35f720c8293003304d0e89adfb683162 100644 | 
| --- a/src/runtime/runtime.cc | 
| +++ b/src/runtime/runtime.cc | 
| @@ -49,8 +49,8 @@ INLINE_FUNCTION_LIST(F) | 
|  | 
| static const Runtime::Function kIntrinsicFunctions[] = { | 
| RUNTIME_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(F) | 
| -        INLINE_OPTIMIZED_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(I) | 
| -            INLINE_OPTIMIZED_FUNCTION_LIST(I)}; | 
| +        INLINE_OPTIMIZED_FUNCTION_LIST(F) RUNTIME_FUNCTION_LIST(I) | 
| +            INLINE_FUNCTION_LIST(I) INLINE_OPTIMIZED_FUNCTION_LIST(I)}; | 
|  | 
| #undef I | 
| #undef F | 
|  |