Commit 878a0742 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

[arm64] Fix.

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
parent 11fb976b
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment