Skip to content

Commit

Permalink
Remove unnecessary includes and forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuga-fj committed Dec 23, 2024
1 parent 32feeba commit f6f6c72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/CodeGen/MachinePipeliner.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/CodeGen/DFAPacketizer.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
Expand All @@ -61,8 +60,6 @@ namespace llvm {
class AAResults;
class NodeSet;
class SMSchedule;
class SwingSchedulerDDGEdge;
class SwingSchedulerDDG;

extern cl::opt<bool> SwpEnableCopyToPhi;
extern cl::opt<int> SwpForceIssueWidth;
Expand Down

0 comments on commit f6f6c72

Please sign in to comment.