diff --git a/src/coreclr/jit/emitxarch.cpp b/src/coreclr/jit/emitxarch.cpp index 05ea363710e96..c875e556a3059 100644 --- a/src/coreclr/jit/emitxarch.cpp +++ b/src/coreclr/jit/emitxarch.cpp @@ -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.