forked from OSchip/llvm-project
Mention the right target hook in the comment on isExtractSubreg property.
llvm-svn: 216137
This commit is contained in:
parent
67639df146
commit
a56749064a
|
@ -386,7 +386,7 @@ class Instruction {
|
|||
// the [MC]CodeEmitter stuff.
|
||||
bit isExtractSubreg = 0; // Is this instruction a kind of extract subreg?
|
||||
// If so, make sure to override
|
||||
// TargetInstrInfo::getExtractSubregInputs.
|
||||
// TargetInstrInfo::getExtractSubregLikeInputs.
|
||||
|
||||
// Side effect flags - When set, the flags have these meanings:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue