Revision: 22881
Author:   [email protected]
Date:     Tue Aug  5 14:21:07 2014 UTC
Log:      [arm64] Fix.

[email protected]

Review URL: https://codereview.chromium.org/444663002
http://code.google.com/p/v8/source/detail?r=22881

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-instruction-selector.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-instruction-selector.cc Tue Aug 5 13:26:55 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-instruction-selector.cc Tue Aug 5 14:21:07 2014 UTC
@@ -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 @@
   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.

Reply via email to