Revision: 24897
Author:   [email protected]
Date:     Mon Oct 27 10:29:20 2014 UTC
Log:      Fix non-TF targets after r24874.

Fix mips64 and presumably x87.

BUG=
[email protected], [email protected]

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

Patch from Paul Lind <[email protected]>.
https://code.google.com/p/v8/source/detail?r=24897

Modified:
 /branches/bleeding_edge/src/compiler/instruction-selector.cc

=======================================
--- /branches/bleeding_edge/src/compiler/instruction-selector.cc Sun Oct 26 10:24:49 2014 UTC +++ /branches/bleeding_edge/src/compiler/instruction-selector.cc Mon Oct 27 10:29:20 2014 UTC
@@ -1070,6 +1070,13 @@
                                       BasicBlock* fbranch) {
   UNIMPLEMENTED();
 }
+
+
+// static
+MachineOperatorBuilder::Flags
+InstructionSelector::SupportedMachineOperatorFlags() {
+  return MachineOperatorBuilder::Flag::kNoFlags;
+}

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

Reply via email to