Skip to content

Commit

Permalink
[NFC] Typo in Register.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-sikora-at-amd committed Feb 7, 2024
1 parent c1f7f4d commit e71a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/CodeGen/Register.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Register {
static_assert(std::numeric_limits<decltype(Reg)>::max() >= 0xFFFFFFFF,
"Reg isn't large enough to hold full range.");

/// isStackSlot - Sometimes it is useful the be able to store a non-negative
/// isStackSlot - Sometimes it is useful to be able to store a non-negative
/// frame index in a variable that normally holds a register. isStackSlot()
/// returns true if Reg is in the range used for stack slots.
///
Expand Down

0 comments on commit e71a5f5

Please sign in to comment.