mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Mention the right target hook in the comment on isExtractSubreg property.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216137 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ccce6b8fe
commit
400bc218f8
@ -386,7 +386,7 @@ class Instruction {
|
|||||||
// the [MC]CodeEmitter stuff.
|
// the [MC]CodeEmitter stuff.
|
||||||
bit isExtractSubreg = 0; // Is this instruction a kind of extract subreg?
|
bit isExtractSubreg = 0; // Is this instruction a kind of extract subreg?
|
||||||
// If so, make sure to override
|
// If so, make sure to override
|
||||||
// TargetInstrInfo::getExtractSubregInputs.
|
// TargetInstrInfo::getExtractSubregLikeInputs.
|
||||||
|
|
||||||
// Side effect flags - When set, the flags have these meanings:
|
// Side effect flags - When set, the flags have these meanings:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user