Skip to content

Commit

Permalink
[NFC] add comment to keep RegState in sync with doc (#92170)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmayer committed May 14, 2024
1 parent baca93f commit f83df08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/CodeGen/MachineInstrBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class MDNode;

namespace RegState {

// Keep this in sync with the table in MIRLangRef.rst.
enum {
/// Register definition.
Define = 0x2,
Expand Down

0 comments on commit f83df08

Please sign in to comment.