Reviewers: sigurds, Jakob, danno, Michael Achenbach, dusmil.imgtec,
akos.palfi.imgtec, balazs.kilvady,
Message:
PTAL.
Description:
Fix non-TF targets after r24874.
Fix mips64 and presumably x87.
BUG=
Please review this at https://codereview.chromium.org/679433004/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+7, -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
17c227acc70d4636d409b94487ae48b96a6a33fc..04dabaca32493b2ee865fe589d83731057bac48a
100644
--- a/src/compiler/instruction-selector.cc
+++ b/src/compiler/instruction-selector.cc
@@ -1042,6 +1042,13 @@ void InstructionSelector::VisitBranch(Node* branch,
BasicBlock* tbranch,
UNIMPLEMENTED();
}
+
+// static
+MachineOperatorBuilder::Flags
+InstructionSelector::SupportedMachineOperatorFlags() {
+ return MachineOperatorBuilder::Flag::kNoFlags;
+}
+
#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.