File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
25
25
* Only Function Pointers are allowed.
26
26
*/
27
27
28
- #include " omr/compiler/ arm/codegen/TreeEvaluatorTable .hpp"
28
+ #include " arm/codegen/OMRTreeEvaluatorTable .hpp"
29
29
30
30
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
31
31
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
23
23
#ifndef J9_OPCODEPROPERTIES_INCL
24
24
#define J9_OPCODEPROPERTIES_INCL
25
25
26
- #include " omr/compiler/ il/ILOpCodeProperties .hpp"
26
+ #include " il/OMRILOpCodeProperties .hpp"
27
27
28
28
// J9 specific opcode properties
29
29
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
23
23
#ifndef J9_ILPROPS_INCL
24
24
#define J9_ILPROPS_INCL
25
25
26
- #include " omr/compiler/ il/ILProps .hpp"
26
+ #include " il/OMRILProps .hpp"
27
27
28
28
namespace ILTypeProp
29
29
{
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
25
25
* Only Function Pointers are allowed.
26
26
*/
27
27
28
- #include " omr/compiler/ p/codegen/TreeEvaluatorTable .hpp"
28
+ #include " p/codegen/OMRTreeEvaluatorTable .hpp"
29
29
30
30
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
31
31
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
25
25
* Only Function Pointers are allowed.
26
26
*/
27
27
28
- #include " omr/compiler/ x/amd64/codegen/TreeEvaluatorTable .hpp"
28
+ #include " x/amd64/codegen/OMRTreeEvaluatorTable .hpp"
29
29
30
30
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
31
31
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
25
25
* Only Function Pointers are allowed.
26
26
*/
27
27
28
- #include " omr/compiler/ x/i386/codegen/TreeEvaluatorTable .hpp"
28
+ #include " x/i386/codegen/OMRTreeEvaluatorTable .hpp"
29
29
30
30
TR::TreeEvaluator::unImpOpEvaluator, // TR::dfconst
31
31
TR::TreeEvaluator::unImpOpEvaluator, // TR::ddconst
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright (c) 2000, 2018 IBM Corp. and others
2
+ * Copyright (c) 2000, 2019 IBM Corp. and others
3
3
*
4
4
* This program and the accompanying materials are made available under
5
5
* the terms of the Eclipse Public License 2.0 which accompanies this
25
25
* Only Function Pointers are allowed.
26
26
*/
27
27
28
- #include " omr/compiler/ z/codegen/TreeEvaluatorTable .hpp"
28
+ #include " z/codegen/OMRTreeEvaluatorTable .hpp"
29
29
30
30
TR::TreeEvaluator::fconstEvaluator, // TR::dfconst
31
31
TR::TreeEvaluator::dconstEvaluator, // TR::ddconst
You can’t perform that action at this time.
0 commit comments