mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
whitespace
llvm-svn: 163932
This commit is contained in:
parent
951d44b903
commit
9b1f6bcc11
@ -53,13 +53,13 @@ public:
|
||||
// scheduling and the specified optimization level meets the requirement
|
||||
// return true to enable post-register-allocation scheduling. In
|
||||
// CriticalPathRCs return any register classes that should only be broken
|
||||
// if on the critical path.
|
||||
// if on the critical path.
|
||||
virtual bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
||||
AntiDepBreakMode& Mode,
|
||||
RegClassVector& CriticalPathRCs) const;
|
||||
// adjustSchedDependency - Perform target specific adjustments to
|
||||
// the latency of a schedule dependency.
|
||||
virtual void adjustSchedDependency(SUnit *def, SUnit *use,
|
||||
virtual void adjustSchedDependency(SUnit *def, SUnit *use,
|
||||
SDep& dep) const { }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user