]> granicus.if.org Git - llvm/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354316 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/Target.td

index 380e8485816747fa343533a5582ff2632fc3d8cf..ba40767476531da28cc24b1018743af578e4dda3 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