Skip to content

Commit d5cef79

Browse files
committed
remove unused imports
1 parent 55eb205 commit d5cef79

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "llvm/CodeGen/MachineInstr.h"
3131
#include "llvm/CodeGen/MachineJumpTableInfo.h"
3232
#include "llvm/CodeGen/MachineModuleInfo.h"
33-
#include "llvm/IR/Cheri.h"
3433
#include "llvm/IR/GlobalVariable.h"
3534
#include "llvm/IR/Module.h"
3635
#include "llvm/MC/MCAsmInfo.h"
@@ -43,7 +42,6 @@
4342
#include "llvm/MC/MCStreamer.h"
4443
#include "llvm/MC/MCSymbol.h"
4544
#include "llvm/MC/TargetRegistry.h"
46-
#include "llvm/Support/ErrorHandling.h"
4745
#include "llvm/Support/raw_ostream.h"
4846
#include "llvm/TargetParser/RISCVISAInfo.h"
4947
#include "llvm/Transforms/Instrumentation/HWAddressSanitizer.h"

llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/CodeGen/MachineInstrBuilder.h"
2525
#include "llvm/CodeGen/MachineOperand.h"
2626
#include "llvm/IR/CallingConv.h"
27-
#include "llvm/IR/Cheri.h"
2827
#include "llvm/IR/GlobalVariable.h"
2928
#include "llvm/MC/MCContext.h"
3029
#include "llvm/Support/Compiler.h"

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
3434
#include "llvm/CodeGen/ValueTypes.h"
3535
#include "llvm/IR/CallingConv.h"
36-
#include "llvm/IR/Cheri.h"
3736
#include "llvm/IR/DiagnosticInfo.h"
3837
#include "llvm/IR/DiagnosticPrinter.h"
3938
#include "llvm/IR/IRBuilder.h"

0 commit comments

Comments
 (0)