mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-24 08:24:33 +00:00
misched: Allow disabling scoreboard hazard checking for subtargets with a
valid itinerary but no pipeline stages. An itinerary can contain useful scheduling information without specifying pipeline stages for each instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -46,6 +46,8 @@ public:
|
||||
|
||||
/// atIssueLimit - Return true if no more instructions may be issued in this
|
||||
/// cycle.
|
||||
///
|
||||
/// FIXME: remove this once MachineScheduler is the only client.
|
||||
virtual bool atIssueLimit() const { return false; }
|
||||
|
||||
/// getHazardType - Return the hazard type of emitting this node. There are
|
||||
|
Reference in New Issue
Block a user