We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f7f4d commit e71a5f5Copy full SHA for e71a5f5
llvm/include/llvm/CodeGen/Register.h
@@ -36,7 +36,7 @@ class Register {
36
static_assert(std::numeric_limits<decltype(Reg)>::max() >= 0xFFFFFFFF,
37
"Reg isn't large enough to hold full range.");
38
39
- /// 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
40
/// frame index in a variable that normally holds a register. isStackSlot()
41
/// returns true if Reg is in the range used for stack slots.
42
///
0 commit comments