Skip to content

Commit

Permalink
Merge pull request #5459 from dchopra001/depOldArchEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed Aug 14, 2020
2 parents c84f6f9 + 1bb4b62 commit 7970637
Show file tree
Hide file tree
Showing 7 changed files with 1,343 additions and 1,194 deletions.
5 changes: 3 additions & 2 deletions compiler/z/codegen/OMRInstOpCode.hpp
Expand Up @@ -39,6 +39,7 @@ namespace OMR { typedef OMR::Z::InstOpCode InstOpCodeConnector; }
#include "env/Processors.hpp"
#include "il/DataTypes.hpp"
#include "infra/Assert.hpp"
#include "omrport.h"

namespace TR { class CodeGenerator; }
namespace TR { class Node; }
Expand Down Expand Up @@ -523,7 +524,7 @@ class InstOpCode: public OMR::InstOpCode
* \brief
* The minimum architecture level set (ALS) which introduced this instruction.
*/
CPU::Architecture minimumALS;
OMRProcessorArchitecture minimumALS;

/**
* \brief
Expand All @@ -541,7 +542,7 @@ class InstOpCode: public OMR::InstOpCode
* \return
* The minimum ALS of this instruction.
*/
CPU::Architecture getMinimumALS() const
OMRProcessorArchitecture getMinimumALS() const
{
return metadata[_mnemonic].minimumALS;
}
Expand Down

0 comments on commit 7970637

Please sign in to comment.