Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: test/cctest/compiler/test-instruction-selector.cc

Issue 444663002: [arm64] Fix. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698