[llvm] de8ba2f - [CodeGen] Update comments for ValueType.td. [NFC] (#80670)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 03:11:15 PST 2024
Author: Francesco Petrogalli
Date: 2024-02-06T12:11:10+01:00
New Revision: de8ba2f60334dc44f6906a0722435db41564b421
URL: https://github.com/llvm/llvm-project/commit/de8ba2f60334dc44f6906a0722435db41564b421
DIFF: https://github.com/llvm/llvm-project/commit/de8ba2f60334dc44f6906a0722435db41564b421.diff
LOG: [CodeGen] Update comments for ValueType.td. [NFC] (#80670)
The enums needed by the file MachineValueType.h are auto-generated since commit
ddaf085e7bcb903d5ae1cafc4667b8c3d302897e
Added:
Modified:
llvm/include/llvm/CodeGen/ValueTypes.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/ValueTypes.td b/llvm/include/llvm/CodeGen/ValueTypes.td
index 25f0d385259db..55baaf867e732 100644
--- a/llvm/include/llvm/CodeGen/ValueTypes.td
+++ b/llvm/include/llvm/CodeGen/ValueTypes.td
@@ -6,9 +6,8 @@
//
//===----------------------------------------------------------------------===//
//
-// Value types - These values correspond to the register types defined in the
-// MachineValueTypes.h file. If you update anything here, you must update it
-// there as well!
+// ValueTypes.td - list of ValueType instances supported by the the
+// CodeGen infrastructure.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list