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

Unified Diff: src/ic/s390/ic-compiler-s390.cc

Issue 1743263003: S390: Initial impl of debug and ic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix s390 files under correct target in BUILD.gn Created 4 years, 10 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 | « src/ic/s390/handler-compiler-s390.cc ('k') | src/ic/s390/ic-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/s390/ic-compiler-s390.cc
diff --git a/src/ic/ppc/ic-compiler-ppc.cc b/src/ic/s390/ic-compiler-s390.cc
similarity index 84%
copy from src/ic/ppc/ic-compiler-ppc.cc
copy to src/ic/s390/ic-compiler-s390.cc
index c6b36f29f4837eae922d0c26d468f38e1559b60e..a7691d83c5ba61044ed8288772fa37655d59c271 100644
--- a/src/ic/ppc/ic-compiler-ppc.cc
+++ b/src/ic/s390/ic-compiler-s390.cc
@@ -1,8 +1,8 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#if V8_TARGET_ARCH_PPC
+#if V8_TARGET_ARCH_S390
#include "src/ic/ic.h"
#include "src/ic/ic-compiler.h"
@@ -12,7 +12,6 @@ namespace internal {
#define __ ACCESS_MASM(masm)
-
void PropertyICCompiler::GenerateRuntimeSetProperty(
MacroAssembler* masm, LanguageMode language_mode) {
__ mov(r0, Operand(Smi::FromInt(language_mode)));
@@ -23,9 +22,8 @@ void PropertyICCompiler::GenerateRuntimeSetProperty(
__ TailCallRuntime(Runtime::kSetProperty);
}
-
#undef __
} // namespace internal
} // namespace v8
-#endif // V8_TARGET_ARCH_PPC
+#endif // V8_TARGET_ARCH_S390
« no previous file with comments | « src/ic/s390/handler-compiler-s390.cc ('k') | src/ic/s390/ic-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698