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