Reviewers: Michael Achenbach, Benedikt Meurer, danno, Weiliang, balazs.kilvady, akos.palfi.imgtec, dusmil.imgtec,

Message:
PTAL.

Description:
Fix non-TF targets after r24546.

Fix mips64 and x87 builds.

BUG=

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

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

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


Index: src/compiler/instruction-selector.cc
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc index 73c787d9b1cf9d3b2329728125babfd8c1fd97bf..93edaab4ca2762fefe0e939881e3cb434af9c712 100644
--- a/src/compiler/instruction-selector.cc
+++ b/src/compiler/instruction-selector.cc
@@ -1020,6 +1020,11 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR)

 void InstructionSelector::VisitCall(Node* node) { UNIMPLEMENTED(); }

+void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
+                                      BasicBlock* fbranch) {
+  UNIMPLEMENTED();
+}
+
 #endif  // !V8_TURBOFAN_BACKEND

 }  // namespace compiler


--
--
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