We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50bdd9 commit 63b6c9bCopy full SHA for 63b6c9b
include/llvm/MC/MCFragment.h
@@ -437,13 +437,13 @@ class MCFillFragment : public MCFragment {
437
};
438
439
class MCOrgFragment : public MCFragment {
440
- /// Offset - The offset this fragment should start at.
+ /// The offset this fragment should start at.
441
const MCExpr *Offset;
442
443
- /// Value - Value to use for filling bytes.
+ /// Value to use for filling bytes.
444
int8_t Value;
445
446
- /// Loc - Source location of the directive that this fragment was created for.
+ /// Source location of the directive that this fragment was created for.
447
SMLoc Loc;
448
449
public:
0 commit comments