parent
99f11f769e
commit
6b16b5e741
|
|
@ -29,6 +29,8 @@ namespace llvm {
|
||||||
/// anti-dependencies.
|
/// anti-dependencies.
|
||||||
class AntiDepBreaker {
|
class AntiDepBreaker {
|
||||||
public:
|
public:
|
||||||
|
virtual ~AntiDepBreaker() { };
|
||||||
|
|
||||||
/// Start - Initialize anti-dep breaking for a new basic block.
|
/// Start - Initialize anti-dep breaking for a new basic block.
|
||||||
virtual void StartBlock(MachineBasicBlock *BB) =0;
|
virtual void StartBlock(MachineBasicBlock *BB) =0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue