Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TIHan committed May 8, 2023
1 parent 4587ac9 commit 708ea25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coreclr/jit/emitxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ bool emitter::AreUpperBitsZero(regNumber reg, emitAttr size)
// Arguments:
// reg - register of interest
// size - the size of data that the given register of interest is working with;
// remaining upper bits of the register that represent a larger size are the bits that are checked for sign-extended
// remaining upper bits of the register that represent a larger size are the bits that are checked for
// sign-extended
//
// Return Value:
// true if previous instruction upper bits are sign-extended.
Expand Down

0 comments on commit 708ea25

Please sign in to comment.