[llvm] r354316 - Fix obsolete comment. NFC

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 03:34:36 PST 2019


Author: rovka
Date: Tue Feb 19 03:34:36 2019
New Revision: 354316

URL: http://llvm.org/viewvc/llvm-project?rev=354316&view=rev
Log:
Fix obsolete comment. NFC

Both files mentioned in the comment now include TargetOpcodes.def. Just
mention that directly.

Modified:
    llvm/trunk/include/llvm/Target/Target.td

Modified: llvm/trunk/include/llvm/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Target.td?rev=354316&r1=354315&r2=354316&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/Target.td (original)
+++ llvm/trunk/include/llvm/Target/Target.td Tue Feb 19 03:34:36 2019
@@ -908,7 +908,7 @@ class InstrInfo {
 }
 
 // Standard Pseudo Instructions.
-// This list must match TargetOpcodes.h and CodeGenTarget.cpp.
+// This list must match TargetOpcodes.def.
 // Only these instructions are allowed in the TargetOpcode namespace.
 // Ensure mayLoad and mayStore have a default value, so as not to break
 // targets that set guessInstructionProperties=0. Any local definition of




More information about the llvm-commits mailing list