Reviewers: jarin, Michael Achenbach, danno, kilvadyb, dusmil, Weiliang,

Message:
PTAL, fixes MIPS build, and presumably also X87.

Description:
Fix non-TF targets after r23547.

Stub out the new AssembleDeoptimizerCall().

BUG=

Please review this at https://codereview.chromium.org/533473002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -0 lines):
  M src/compiler/code-generator.cc


Index: src/compiler/code-generator.cc
diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
index 8fbefe0276c1bb385b824ffcef96db63b6eab1e6..f85168e155669025594260f9f68501af87b5d618 100644
--- a/src/compiler/code-generator.cc
+++ b/src/compiler/code-generator.cc
@@ -402,6 +402,11 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
 }


+void CodeGenerator::AssembleDeoptimizerCall(int deoptimization_id) {
+  UNIMPLEMENTED();
+}
+
+
 void CodeGenerator::AssemblePrologue() { UNIMPLEMENTED(); }




--
--
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/d/optout.

Reply via email to