Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 6100) |
| +++ src/code-stubs.h (working copy) |
| @@ -47,7 +47,7 @@ |
| V(Compare) \ |
| V(CompareIC) \ |
| V(MathPow) \ |
| - V(TranscendentalCacheSSE2) \ |
| + V(TranscendentalCache) \ |
| V(RecordWrite) \ |
| V(ConvertToDouble) \ |
| V(WriteInt32ToHeapNumber) \ |
| @@ -56,7 +56,6 @@ |
| V(FastNewClosure) \ |
| V(FastNewContext) \ |
| V(FastCloneShallowArray) \ |
| - V(TranscendentalCache) \ |
| V(GenericUnaryOp) \ |
| V(RevertToNumber) \ |
| V(ToBoolean) \ |