[arm64] Fix.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 Aug 2014 14:21:07 +0000 (14:21 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 Aug 2014 14:21:07 +0000 (14:21 +0000)
TBR=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22881 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/cctest/compiler/test-instruction-selector.cc

index 4cab875..e594064 100644 (file)
@@ -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