Skip to content

Commit f83df08

Browse files
authored
[NFC] add comment to keep RegState in sync with doc (#92170)
1 parent baca93f commit f83df08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/CodeGen/MachineInstrBuilder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class MDNode;
4040

4141
namespace RegState {
4242

43+
// Keep this in sync with the table in MIRLangRef.rst.
4344
enum {
4445
/// Register definition.
4546
Define = 0x2,

0 commit comments

Comments
 (0)