Reviewers: Hannes Payer,

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

Description:
Remove broken _WIN64 checks.

[email protected]

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

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

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

Affected files (+3, -10 lines):
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x64/instruction-selector-x64.cc


Index: src/compiler/x64/code-generator-x64.cc
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc index 3c43844c689fa15d6f24be702a800875b942eda6..d23a9e6a074615bf36558bd5fa12ae0f39f2963c 100644
--- a/src/compiler/x64/code-generator-x64.cc
+++ b/src/compiler/x64/code-generator-x64.cc
@@ -16,8 +16,6 @@ namespace v8 {
 namespace internal {
 namespace compiler {

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


@@ -998,7 +996,6 @@ bool CodeGenerator::IsNopForSmiCodeInlining(Handle<Code> code, int start_pc,

 #endif

-#endif
-}
-}
-}  // namespace v8::internal::compiler
+}  // namespace internal
+}  // namespace compiler
+}  // namespace v8
Index: src/compiler/x64/instruction-selector-x64.cc
diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc index bd2969e0cf4c796e891041fc7f5289eb553273cf..f97fc3881e0f301cf8e9effc12e75f1e069912b0 100644
--- a/src/compiler/x64/instruction-selector-x64.cc
+++ b/src/compiler/x64/instruction-selector-x64.cc
@@ -9,8 +9,6 @@ namespace v8 {
 namespace internal {
 namespace compiler {

-#ifndef _WIN64
-
 // Adds X64-specific methods for generating operands.
 class X64OperandGenerator V8_FINAL : public OperandGenerator {
  public:
@@ -719,8 +717,6 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation,
   }
 }

-#endif
-
 }  // 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