Revision: 24573
Author: [email protected]
Date: Tue Oct 14 03:46:37 2014 UTC
Log: Fix non-TF targets after r24546.
Fix mips64 and x87 builds.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/644463005
Patch from Paul Lind <[email protected]>.
https://code.google.com/p/v8/source/detail?r=24573
Modified:
/branches/bleeding_edge/src/compiler/instruction-selector.cc
=======================================
--- /branches/bleeding_edge/src/compiler/instruction-selector.cc Mon Oct 13
08:15:03 2014 UTC
+++ /branches/bleeding_edge/src/compiler/instruction-selector.cc Tue Oct 14
03:46:37 2014 UTC
@@ -1019,6 +1019,12 @@
void InstructionSelector::VisitCall(Node* node) { UNIMPLEMENTED(); }
+
+
+void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
+ BasicBlock* fbranch) {
+ UNIMPLEMENTED();
+}
#endif // !V8_TURBOFAN_BACKEND
--
--
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.