Skip to content

Commit

Permalink
Trivial last-minute comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atrosinenko committed Nov 12, 2024
1 parent db6037e commit ec05d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64InstrInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ let Predicates = [HasPAuth] in {
// As the check requires either x16 or x17 as a scratch register and
// authenticated tail call instructions have two register operands,
// make sure at least one register is usable as a scratch one - for that
// purpose, use tcGPRnotx16x17 register class for the second operand.
// purpose, use tcGPRnotx16x17 register class for one of the operands.
let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Size = 16,
Uses = [SP] in {
def AUTH_TCRETURN
Expand Down

0 comments on commit ec05d10

Please sign in to comment.