Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: src/mips/lithium-mips.h

Issue 140203002: MIPS: Fix Win32 buildbreak (caused by overriden methods that have disappeared while having the patc… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/lithium-mips.h
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
index cdcea26ed66fd2a89abc735db6e57f4e9cc8f304..009b116fa01a24add90acb1c0ee1fa3ac30381b2 100644
--- a/src/mips/lithium-mips.h
+++ b/src/mips/lithium-mips.h
@@ -1862,11 +1862,6 @@ class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> {
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(); }
virtual LOperand* InputAt(int i) V8_FINAL V8_OVERRIDE { return inputs_[i]; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698