| Index: runtime/vm/intrinsifier_mips.cc
|
| diff --git a/runtime/vm/intrinsifier_mips.cc b/runtime/vm/intrinsifier_mips.cc
|
| index 71104ed7e36e7f306ed5a7af567e9dabf74c3303..736621b24d64185d1dac70232c9fe9f56c8e9b8b 100644
|
| --- a/runtime/vm/intrinsifier_mips.cc
|
| +++ b/runtime/vm/intrinsifier_mips.cc
|
| @@ -900,11 +900,6 @@ void Intrinsifier::Bigint_mulAdd(Assembler* assembler) {
|
| }
|
|
|
|
|
| -void Intrinsifier::Bigint_sqrAdd(Assembler* assembler) {
|
| - // TODO(regis): Implement.
|
| -}
|
| -
|
| -
|
| // Check if the last argument is a double, jump to label 'is_smi' if smi
|
| // (easy to convert to double), otherwise jump to label 'not_double_smi',
|
| // Returns the last argument in T0.
|
|
|