[llvm] r334247 - NFC Fix a comment in ValueTypes.td
Gabor Buella via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 16:32:18 PDT 2018
Author: gbuella
Date: Thu Jun 7 16:32:18 2018
New Revision: 334247
URL: http://llvm.org/viewvc/llvm-project?rev=334247&view=rev
Log:
NFC Fix a comment in ValueTypes.td
Modified:
llvm/trunk/include/llvm/CodeGen/ValueTypes.td
Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.td?rev=334247&r1=334246&r2=334247&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.td (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.td Thu Jun 7 16:32:18 2018
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
//
// Value types - These values correspond to the register types defined in the
-// ValueTypes.h file. If you update anything here, you must update it there as
-// well!
+// MachineValueTypes.h file. If you update anything here, you must update it
+// there as well!
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list