Revision: 18631
Author: [email protected]
Date: Thu Jan 16 00:06:45 2014 UTC
Log: MIPS: Fix Win32 buildbreak (caused by overriden methods that have
disappeared while having the patch out for code review).
Port r18627 (c2ba7b25)
BUG=
[email protected]
Review URL: https://codereview.chromium.org/140203002
http://code.google.com/p/v8/source/detail?r=18631
Modified:
/branches/bleeding_edge/src/mips/lithium-mips.h
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.h Wed Jan 15 23:37:49
2014 UTC
+++ /branches/bleeding_edge/src/mips/lithium-mips.h Thu Jan 16 00:06:45
2014 UTC
@@ -1861,11 +1861,6 @@
const CallInterfaceDescriptor* descriptor_;
ZoneList<LOperand*> inputs_;
-
- virtual void InternalSetOperandAt(int index,
- LOperand* value) V8_FINAL V8_OVERRIDE {
- inputs_[index] = value;
- }
// Iterator support.
virtual int InputCount() V8_FINAL V8_OVERRIDE { return inputs_.length();
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.