Skip to content

Commit de8ba2f

Browse files
authored
[CodeGen] Update comments for ValueType.td. [NFC] (#80670)
The enums needed by the file MachineValueType.h are auto-generated since commit ddaf085
1 parent 8924a9f commit de8ba2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/include/llvm/CodeGen/ValueTypes.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// Value types - These values correspond to the register types defined in the
10-
// MachineValueTypes.h file. If you update anything here, you must update it
11-
// there as well!
9+
// ValueTypes.td - list of ValueType instances supported by the the
10+
// CodeGen infrastructure.
1211
//
1312
//===----------------------------------------------------------------------===//
1413

0 commit comments

Comments
 (0)