Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 18a7cca336ec589b0c0fd2a7b839a438969356f1..fe7908ae2d34a78a66c78688f999990b7ebf8aa9 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -193,11 +193,9 @@ class MacroAssembler: public Assembler { |
void Call(Address target, RelocInfo::Mode rmode, COND_ARGS); |
int CallSize(Handle<Code> code, |
RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, |
- TypeFeedbackId ast_id = TypeFeedbackId::None(), |
COND_ARGS); |
void Call(Handle<Code> code, |
RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, |
- TypeFeedbackId ast_id = TypeFeedbackId::None(), |
COND_ARGS); |
void Ret(COND_ARGS); |
inline void Ret(BranchDelaySlot bd, Condition cond = al, |
@@ -1307,7 +1305,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
// Call a code stub. |
void CallStub(CodeStub* stub, |
- TypeFeedbackId ast_id = TypeFeedbackId::None(), |
COND_ARGS); |
// Tail call a code stub (jump). |