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

Unified Diff: src/s390/codegen-s390.h

Issue 1725243004: S390: Initial impl of S390 asm, masm, code-stubs,... (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated BUILD.gn + cpu-s390.cc to addr @jochen's comments. 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
Index: src/s390/codegen-s390.h
diff --git a/src/ppc/codegen-ppc.h b/src/s390/codegen-s390.h
similarity index 83%
copy from src/ppc/codegen-ppc.h
copy to src/s390/codegen-s390.h
index c3cd9b39a0e52a6a30fa5194c0d279728d395238..18cf8e29d1eca35080541112a33277445eddfd97 100644
--- a/src/ppc/codegen-ppc.h
+++ b/src/s390/codegen-s390.h
@@ -1,9 +1,12 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright 2011 the V8 project authors. All rights reserved.
+//
+// Copyright IBM Corp. 2012, 2015. All rights reserved.
+//
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_PPC_CODEGEN_PPC_H_
-#define V8_PPC_CODEGEN_PPC_H_
+#ifndef V8_S390_CODEGEN_S390_H_
+#define V8_S390_CODEGEN_S390_H_
#include "src/ast/ast.h"
#include "src/macro-assembler.h"
@@ -11,7 +14,6 @@
namespace v8 {
namespace internal {
-
class StringCharLoadGenerator : public AllStatic {
public:
// Generates the code for handling different string types and loading the
@@ -35,7 +37,8 @@ class MathExpGenerator : public AllStatic {
private:
DISALLOW_COPY_AND_ASSIGN(MathExpGenerator);
};
+
} // namespace internal
} // namespace v8
-#endif // V8_PPC_CODEGEN_PPC_H_
+#endif // V8_S390_CODEGEN_S390_H_

Powered by Google App Engine
This is Rietveld 408576698