From: Diana Picus Date: Tue, 19 Feb 2019 11:34:36 +0000 (+0000) Subject: Fix obsolete comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=090851ba33b1ba50437ac58390b7132eea2e3a2e;p=llvm Fix obsolete comment. NFC 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 --- diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 380e8485816..ba407674765 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -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