Revision: 22869
Author:   [email protected]
Date:     Tue Aug  5 12:38:19 2014 UTC
Log:      Remove broken _WIN64 checks.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc
 /branches/bleeding_edge/src/compiler/x64/instruction-selector-x64.cc

=======================================
--- /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc Mon Aug 4 11:34:54 2014 UTC +++ /branches/bleeding_edge/src/compiler/x64/code-generator-x64.cc Tue Aug 5 12:38:19 2014 UTC
@@ -16,8 +16,6 @@
 namespace internal {
 namespace compiler {

-#ifndef _WIN64
-
 #define __ masm()->


@@ -998,7 +996,6 @@

 #endif

-#endif
-}
-}
-}  // namespace v8::internal::compiler
+}  // namespace internal
+}  // namespace compiler
+}  // namespace v8
=======================================
--- /branches/bleeding_edge/src/compiler/x64/instruction-selector-x64.cc Mon Aug 4 11:34:54 2014 UTC +++ /branches/bleeding_edge/src/compiler/x64/instruction-selector-x64.cc Tue Aug 5 12:38:19 2014 UTC
@@ -9,8 +9,6 @@
 namespace internal {
 namespace compiler {

-#ifndef _WIN64
-
 // Adds X64-specific methods for generating operands.
 class X64OperandGenerator V8_FINAL : public OperandGenerator {
  public:
@@ -718,8 +716,6 @@
     Emit(kPopStack | MiscField::encode(buffer.pushed_count), NULL);
   }
 }
-
-#endif

 }  // namespace compiler
 }  // namespace internal

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