Reviewers: Sven Panne,
Message:
Committed patchset #1 manually as 22881 (tree was closed).
Description:
[arm64] Fix.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=22881
Please review this at https://codereview.chromium.org/444663002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -2 lines):
M test/cctest/compiler/test-instruction-selector.cc
Index: test/cctest/compiler/test-instruction-selector.cc
diff --git a/test/cctest/compiler/test-instruction-selector.cc
b/test/cctest/compiler/test-instruction-selector.cc
index
4cab8758a13ca2155e113cb1be3acfd3e590867b..e59406426e8e9a189a86e61b06c04f8c982a6d7e
100644
--- a/test/cctest/compiler/test-instruction-selector.cc
+++ b/test/cctest/compiler/test-instruction-selector.cc
@@ -7,7 +7,7 @@
using namespace v8::internal;
using namespace v8::internal::compiler;
-#if V8_TURBOFAN_BACKEND
+#if V8_TURBOFAN_TARGET
TEST(InstructionSelectionReturnZero) {
InstructionSelectorTester m;
@@ -19,4 +19,4 @@ TEST(InstructionSelectionReturnZero) {
CHECK_EQ(1, static_cast<int>(m.code[1]->InputCount()));
}
-#endif // !V8_TURBOFAN_BACKEND
+#endif // !V8_TURBOFAN_TARGET
--
--
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.