Skip to content

Commit

Permalink
Rename OMRInstOpcodeEnum.hpp to OMRInstOpcode.enum
Browse files Browse the repository at this point in the history
This is done to be consistent with other extensible enums.
  • Loading branch information
fjeremic committed May 12, 2021
1 parent c6b4401 commit f2763d7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
Expand Up @@ -27,7 +27,7 @@
#ifndef TR_INST_OPCODE_ENUM
#define TR_INST_OPCODE_ENUM

#include "codegen/OMRInstOpCodeEnum.hpp"
#include "codegen/OMRInstOpCode.enum"

#else
#error Nested InstOpCodeEnum include
Expand Down
2 changes: 1 addition & 1 deletion compiler/codegen/OMRInstOpCode.hpp
Expand Up @@ -45,7 +45,7 @@ class InstOpCode

enum Mnemonic
{
#include "codegen/InstOpCodeEnum.hpp"
#include "codegen/InstOpCode.enum"
NumOpCodes
};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f2763d7

Please sign in to comment.