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