Fix obsolete comment. NFC
authorDiana Picus <diana.picus@linaro.org>
Tue, 19 Feb 2019 11:34:36 +0000 (11:34 +0000)
committerDiana Picus <diana.picus@linaro.org>
Tue, 19 Feb 2019 11:34:36 +0000 (11:34 +0000)
Both files mentioned in the comment now include TargetOpcodes.def. Just
mention that directly.

llvm-svn: 354316

llvm/include/llvm/Target/Target.td

index 380e848..ba40767 100644 (file)
@@ -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