Skip to content

Commit 43ef147

Browse files
authored
Merge pull request #4928 from dnakamura/compiler_headers
Use renamed headers in the compiler
2 parents 4b27110 + 07ebb2a commit 43ef147

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

runtime/compiler/arm/codegen/TreeEvaluatorTable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -25,7 +25,7 @@
2525
* Only Function Pointers are allowed.
2626
*/
2727

28-
#include "omr/compiler/arm/codegen/TreeEvaluatorTable.hpp"
28+
#include "arm/codegen/OMRTreeEvaluatorTable.hpp"
2929

3030
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
3131
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst

runtime/compiler/il/ILOpCodeProperties.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -23,7 +23,7 @@
2323
#ifndef J9_OPCODEPROPERTIES_INCL
2424
#define J9_OPCODEPROPERTIES_INCL
2525

26-
#include "omr/compiler/il/ILOpCodeProperties.hpp"
26+
#include "il/OMRILOpCodeProperties.hpp"
2727

2828
// J9 specific opcode properties
2929

runtime/compiler/il/ILProps.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -23,7 +23,7 @@
2323
#ifndef J9_ILPROPS_INCL
2424
#define J9_ILPROPS_INCL
2525

26-
#include "omr/compiler/il/ILProps.hpp"
26+
#include "il/OMRILProps.hpp"
2727

2828
namespace ILTypeProp
2929
{

runtime/compiler/p/codegen/TreeEvaluatorTable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -25,7 +25,7 @@
2525
* Only Function Pointers are allowed.
2626
*/
2727

28-
#include "omr/compiler/p/codegen/TreeEvaluatorTable.hpp"
28+
#include "p/codegen/OMRTreeEvaluatorTable.hpp"
2929

3030
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
3131
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst

runtime/compiler/x/amd64/codegen/TreeEvaluatorTable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -25,7 +25,7 @@
2525
* Only Function Pointers are allowed.
2626
*/
2727

28-
#include "omr/compiler/x/amd64/codegen/TreeEvaluatorTable.hpp"
28+
#include "x/amd64/codegen/OMRTreeEvaluatorTable.hpp"
2929

3030
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
3131
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst

runtime/compiler/x/i386/codegen/TreeEvaluatorTable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -25,7 +25,7 @@
2525
* Only Function Pointers are allowed.
2626
*/
2727

28-
#include "omr/compiler/x/i386/codegen/TreeEvaluatorTable.hpp"
28+
#include "x/i386/codegen/OMRTreeEvaluatorTable.hpp"
2929

3030
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
3131
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst

runtime/compiler/z/codegen/TreeEvaluatorTable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2018 IBM Corp. and others
2+
* Copyright (c) 2000, 2019 IBM Corp. and others
33
*
44
* This program and the accompanying materials are made available under
55
* the terms of the Eclipse Public License 2.0 which accompanies this
@@ -25,7 +25,7 @@
2525
* Only Function Pointers are allowed.
2626
*/
2727

28-
#include "omr/compiler/z/codegen/TreeEvaluatorTable.hpp"
28+
#include "z/codegen/OMRTreeEvaluatorTable.hpp"
2929

3030
TR::TreeEvaluator::fconstEvaluator, // TR::dfconst
3131
TR::TreeEvaluator::dconstEvaluator, // TR::ddconst

0 commit comments

Comments
 (0)