Commit b235f0b1 authored by dcarney's avatar dcarney Committed by Commit bot

try to fix windows after r26424

BUG=

Review URL: https://codereview.chromium.org/901603002

Cr-Commit-Position: refs/heads/master@{#26427}
parent 80645826
......@@ -89,6 +89,7 @@ class InstructionOperand {
void* operator new(size_t size, Zone* zone) {
return zone->New(static_cast<int>(size));
}
void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
protected:
InstructionOperand(Kind kind, int index, int virtual_register)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment