Skip to content

Commit

Permalink
OpcodeDispatcher: rm CalculateFlags_ShiftVariable
Browse files Browse the repository at this point in the history
unused

Signed-off-by: Alyssa Rosenzweig <[email protected]>
  • Loading branch information
alyssarosenzweig committed Apr 2, 2024
1 parent d867033 commit e508820
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions FEXCore/Source/Interface/Core/OpcodeDispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -1756,13 +1756,6 @@ friend class FEXCore::IR::PassManager;
PossiblySetNZCVBits |= OldSetNZCVBits;
}

template <typename F>
void CalculateFlags_ShiftVariable(OrderedNode *Shift, F&& CalculateFlags) {
// We are the ones calculating the deferred flags. Don't recurse!
InvalidateDeferredFlags();
Calculate_ShiftVariable(Shift, CalculateFlags);
}

/**
* @name These functions are used by the deferred flag handling while it is calculating and storing flags in to RFLAGs.
* @{ */
Expand Down

0 comments on commit e508820

Please sign in to comment.