mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d782bae970
commit
7d8867d453
@ -23,6 +23,10 @@ class ARMBaseRegisterInfo;
|
||||
class ARMSubtarget;
|
||||
class MachineInstr;
|
||||
|
||||
/// ARMHazardRecognizer handles special constraints that are not expressed in
|
||||
/// the scheduling itinerary. This is only used during postRA scheduling. The
|
||||
/// ARM preRA scheduler uses an unspecialized instance of the
|
||||
/// ScoreboardHazardRecognizer.
|
||||
class ARMHazardRecognizer : public ScoreboardHazardRecognizer {
|
||||
const ARMBaseInstrInfo &TII;
|
||||
const ARMBaseRegisterInfo &TRI;
|
||||
|
Loading…
x
Reference in New Issue
Block a user