Reviewers: Hannes Payer,

Message:
Committed patchset #1 manually as 22866 (tree was closed).

Description:
Fix compilation on arm64.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=22866

Please review this at https://codereview.chromium.org/435413002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M src/compiler/arm64/code-generator-arm64.cc


Index: src/compiler/arm64/code-generator-arm64.cc
diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc index 3180f978aae3f23872656b09457740df582bcfe8..52e6b4606b4f70b38042d58ead8512e80f20faa0 100644
--- a/src/compiler/arm64/code-generator-arm64.cc
+++ b/src/compiler/arm64/code-generator-arm64.cc
@@ -15,8 +15,6 @@ namespace v8 {
 namespace internal {
 namespace compiler {

-#if V8_TURBOFAN_TARGET
-
 #define __ masm()->


@@ -852,8 +850,6 @@ bool CodeGenerator::IsNopForSmiCodeInlining(Handle<Code> code, int start_pc,

 #endif  // DEBUG

-#endif  // V8_TURBOFAN_TARGET
-
 }  // namespace compiler
 }  // namespace internal
 }  // namespace v8


--
--
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