Skip to content

Commit

Permalink
Deprecate unused zccAddSubEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed May 26, 2021
1 parent f753871 commit 00daa3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions compiler/codegen/OMRCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ namespace TR { class RegisterDependencyConditions; }
#define sucmpEvaluator badILOpEvaluator
#define scmpEvaluator badILOpEvaluator
#endif
#if defined(TR_TARGET_AMD64) || defined(TR_TARGET_POWER) //ppc and amd64
#define zccAddSubEvaluator badILOpEvaluator
#endif

TR_TreeEvaluatorFunctionPointer
OMR::CodeGenerator::_nodeToInstrEvaluators[] =
Expand Down
1 change: 0 additions & 1 deletion compiler/x/codegen/OMRTreeEvaluator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class OMR_EXTENSIBLE TreeEvaluator: public OMR::TreeEvaluator
static TR::Register *BBStartEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *BBEndEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *minmaxEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *zccAddSubEvaluator(TR::Node *node, TR::CodeGenerator *cg);
static TR::Register *sbyteswapEvaluator(TR::Node *node, TR::CodeGenerator *cg);
typedef TR::Register *(* EvaluatorComputesCarry)(TR::Node *node, TR::CodeGenerator *codeGen, bool computesCarry);
// routines for integers (or addresses) that can fit in one register
Expand Down

0 comments on commit 00daa3e

Please sign in to comment.