Skip to content

Commit

Permalink
Remove redundant comments from OMROpcodes
Browse files Browse the repository at this point in the history
Signed-off-by: Batyr Nuryyev <nuryyev@ualberta.ca>
  • Loading branch information
oneturkmen committed Nov 6, 2020
1 parent 91d90b2 commit d470e96
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions compiler/il/OMROpcodes.hpp
Expand Up @@ -22,12 +22,6 @@
#ifndef OMR_OPCODEMACROS_INCL
#define OMR_OPCODEMACROS_INCL

/*#ifdef FIRST_OPCODE_INIT
#define FIRST_OPCODE_VAL BadILOp=0
#else
#define FIRST_OPCODE_VAL BadILOp
#endif*/

#define FOR_EACH_OPCODE(MACRO) \
MACRO(\
/* .opcode = */ TR::aconst, \
Expand Down Expand Up @@ -11390,6 +11384,4 @@
/* .description = */ Prefetch, /* Prefetch */ \
)

//#undef FIRST_OPCODE_VAL

#endif

0 comments on commit d470e96

Please sign in to comment.