Skip to content

Commit

Permalink
Deprecate unsigned shift logical IL
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed May 6, 2021
1 parent 55d20a4 commit 9a7b9ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions compiler/riscv/codegen/OMRTreeEvaluator.hpp
Expand Up @@ -649,14 +649,6 @@ class OMR_EXTENSIBLE TreeEvaluator: public OMR::TreeEvaluator
static TR::Register *igotoEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *fsqrtEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *dsqrtEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *ishflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *lshflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *iushflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *lushflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *bshflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *sshflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *bushflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *sushflEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *imuloverEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *dfloorEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *ffloorEvaluator(TR::Node *node, TR::CodeGenerator *cg);
Expand Down

0 comments on commit 9a7b9ee

Please sign in to comment.