| Index: src/ia32/codegen-ia32.cc
|
| diff --git a/src/ia32/codegen-ia32.cc b/src/ia32/codegen-ia32.cc
|
| index ab4029da1197990a4d80a041db416a3aa7dd0894..84187b0625406906bb085b7871fddbf49aa35726 100644
|
| --- a/src/ia32/codegen-ia32.cc
|
| +++ b/src/ia32/codegen-ia32.cc
|
| @@ -66,9 +66,6 @@ UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) {
|
| if (buffer == NULL) {
|
| // Fallback to library function if function cannot be created.
|
| switch (type) {
|
| - case TranscendentalCache::SIN: return &sin;
|
| - case TranscendentalCache::COS: return &cos;
|
| - case TranscendentalCache::TAN: return &tan;
|
| case TranscendentalCache::LOG: return &log;
|
| default: UNIMPLEMENTED();
|
| }
|
|
|