We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32feeba commit f6f6c72Copy full SHA for f6f6c72
llvm/include/llvm/CodeGen/MachinePipeliner.h
@@ -42,7 +42,6 @@
42
43
#include "llvm/ADT/STLExtras.h"
44
#include "llvm/ADT/SetVector.h"
45
-#include "llvm/Analysis/AliasAnalysis.h"
46
#include "llvm/CodeGen/DFAPacketizer.h"
47
#include "llvm/CodeGen/MachineDominators.h"
48
#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
@@ -61,8 +60,6 @@ namespace llvm {
61
60
class AAResults;
62
class NodeSet;
63
class SMSchedule;
64
-class SwingSchedulerDDGEdge;
65
-class SwingSchedulerDDG;
66
67
extern cl::opt<bool> SwpEnableCopyToPhi;
68
extern cl::opt<int> SwpForceIssueWidth;
0 commit comments