Skip to content

Commit

Permalink
Deprecate unsigned shift IL
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed May 6, 2021
1 parent b977b61 commit 55d20a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/riscv/codegen/OMRTreeEvaluator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,6 @@ class OMR_EXTENSIBLE TreeEvaluator: public OMR::TreeEvaluator
static TR::Register *vlRegStoreEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *vfRegStoreEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *vdRegStoreEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *iushlEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *lushlEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *f2iuEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *f2luEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *f2buEvaluator(TR::Node *node, TR::CodeGenerator *cg);
Expand Down

0 comments on commit 55d20a4

Please sign in to comment.