Fix obsolete comment. NFC

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

llvm-svn: 354316
This commit is contained in:
Diana Picus 2019-02-19 11:34:36 +00:00
parent 40fb1c95ee
commit 55d41a78ac
1 changed files with 1 additions and 1 deletions

View 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