Skip to content

Commit

Permalink
Remove old version of incRefCountForOpaquePseudoRegister
Browse files Browse the repository at this point in the history
Removes the old bresion of the function from OMR. This is the last commit to simpifying parameters in the
incRefCountForOpaquePseudoRegister function.

Closes:eclipse-omr#1855
Signed-off-by: Bohao(Aaron) Wang <[email protected]>
  • Loading branch information
wbh123456 authored and andrewrgao committed Jun 5, 2019
1 parent 3a987cb commit 8b164e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/codegen/OMRCodeGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,6 @@ class OMR_EXTENSIBLE CodeGenerator
rcount_t recursivelyDecReferenceCount(TR::Node*node);
void evaluateChildrenWithMultipleRefCount(TR::Node*node);


void incRefCountForOpaquePseudoRegister(TR::Node * node, TR::CodeGenerator * cg, TR::Compilation * comp) {}
//OVERLOAD THE ABOVE FUNCTION:
void incRefCountForOpaquePseudoRegister(TR::Node * node) {}

void startUsingRegister(TR::Register *reg);
Expand Down

0 comments on commit 8b164e6

Please sign in to comment.