forked from OSchip/llvm-project
FIx typo in comment
Reviewed By: xgupta Differential Revision: https://reviews.llvm.org/D118219
This commit is contained in:
parent
e6ebd2c72d
commit
82f987fdd0
|
@ -993,7 +993,7 @@ class InstrInfo {
|
|||
// by default, and TableGen will infer their value from the instruction
|
||||
// pattern when possible.
|
||||
//
|
||||
// Normally, TableGen will issue an error it it can't infer the value of a
|
||||
// Normally, TableGen will issue an error if it can't infer the value of a
|
||||
// property that hasn't been set explicitly. When guessInstructionProperties
|
||||
// is set, it will guess a safe value instead.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue