diff options
Diffstat (limited to 'deps/v8/src/x64/codegen-x64-inl.h')
-rw-r--r-- | deps/v8/src/x64/codegen-x64-inl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/v8/src/x64/codegen-x64-inl.h b/deps/v8/src/x64/codegen-x64-inl.h index 6869fc935..60e9ab03a 100644 --- a/deps/v8/src/x64/codegen-x64-inl.h +++ b/deps/v8/src/x64/codegen-x64-inl.h @@ -39,16 +39,6 @@ namespace internal { void DeferredCode::Jump() { __ jmp(&entry_label_); } void DeferredCode::Branch(Condition cc) { __ j(cc, &entry_label_); } - -void CodeGenerator::GenerateMathSin(ZoneList<Expression*>* args) { - GenerateFastMathOp(SIN, args); -} - - -void CodeGenerator::GenerateMathCos(ZoneList<Expression*>* args) { - GenerateFastMathOp(COS, args); -} - #undef __ } } // namespace v8::internal |