Skip to content

Commit c211c56

Browse files
committed
Remove unnecessary includes
1 parent 26d98c4 commit c211c56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/RISCV/RISCVFoldMasks.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,8 @@
2828

2929
#include "RISCV.h"
3030
#include "RISCVISelDAGToDAG.h"
31-
#include "RISCVInstrInfo.h"
3231
#include "RISCVSubtarget.h"
33-
#include "llvm/ADT/STLExtras.h"
3432
#include "llvm/ADT/SmallSet.h"
35-
#include "llvm/CodeGen/MachineFunctionPass.h"
36-
#include "llvm/CodeGen/MachineRegisterInfo.h"
37-
#include "llvm/CodeGen/TargetInstrInfo.h"
38-
#include "llvm/CodeGen/TargetRegisterInfo.h"
3933

4034
using namespace llvm;
4135

0 commit comments

Comments
 (0)