diff options
Diffstat (limited to 'lib/Target/SystemZ/SystemZMachineScheduler.h')
| -rw-r--r-- | lib/Target/SystemZ/SystemZMachineScheduler.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Target/SystemZ/SystemZMachineScheduler.h b/lib/Target/SystemZ/SystemZMachineScheduler.h index cb03048259660..ab820e5d3e63d 100644 --- a/lib/Target/SystemZ/SystemZMachineScheduler.h +++ b/lib/Target/SystemZ/SystemZMachineScheduler.h @@ -26,7 +26,7 @@  using namespace llvm;  namespace llvm { -   +  /// A MachineSchedStrategy implementation for SystemZ post RA scheduling.  class SystemZPostRASchedStrategy : public MachineSchedStrategy { @@ -37,7 +37,7 @@ class SystemZPostRASchedStrategy : public MachineSchedStrategy {    // non-scheduled instructions, so it would not always be possible to call    // DAG->getSchedClass(SU).    TargetSchedModel SchedModel; -   +    /// A candidate during instruction evaluation.    struct Candidate {      SUnit *SU = nullptr; | 
