File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class CCValAssign {
54
54
};
55
55
56
56
private:
57
- // / ValNo - This is the value number begin assigned (e.g. an argument number).
57
+ // / ValNo - This is the value number being assigned (e.g. an argument number).
58
58
unsigned ValNo;
59
59
60
60
// / Loc is either a stack offset or a register number.
@@ -228,7 +228,7 @@ class CCState {
228
228
//
229
229
// Supposed use-case for this collection:
230
230
// 1. Initially ByValRegs is empty, InRegsParamsProcessed is 0.
231
- // 2. HandleByVal fillups ByValRegs.
231
+ // 2. HandleByVal fills up ByValRegs.
232
232
// 3. Argument analysis (LowerFormatArguments, for example). After
233
233
// some byval argument was analyzed, InRegsParamsProcessed is increased.
234
234
struct ByValInfo {
@@ -469,7 +469,7 @@ class CCState {
469
469
// in registers.
470
470
unsigned getInRegsParamsCount () const { return ByValRegs.size (); }
471
471
472
- // Returns count of byval in-regs arguments proceed .
472
+ // Returns count of byval in-regs arguments processed .
473
473
unsigned getInRegsParamsProcessed () const { return InRegsParamsProcessed; }
474
474
475
475
// Get information about N-th byval parameter that is stored in registers.
You can’t perform that action at this time.
0 commit comments