Skip to content

Commit

Permalink
Deprecate TR_ARMOpCode
Browse files Browse the repository at this point in the history
This class can now be replaced by `OMR::ARM::InstOpCode`. We simply copy
over all the APIs from the former to the latter. There is no change in
functionality following this commit.

Further we remove OpBinary.cpp and OpProperties.cpp and replace it with
OMRInstOpCode.cpp.
  • Loading branch information
fjeremic committed Jun 8, 2021
1 parent 70953c3 commit 088d5c1
Show file tree
Hide file tree
Showing 8 changed files with 691 additions and 769 deletions.
1 change: 0 additions & 1 deletion compiler/arm/codegen/ARMOps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,5 @@ typedef enum {
ARMLastOp = ARMOp_fuitos,
ARMNumOpCodes = ARMLastOp + 1
} TR_ARMOpCodes;
#include "codegen/ARMOps2.hpp"

#endif
85 changes: 0 additions & 85 deletions compiler/arm/codegen/ARMOps2.hpp

This file was deleted.

Loading

0 comments on commit 088d5c1

Please sign in to comment.