Skip to content

Commit 92a3073

Browse files
authored
[Hexagon] Remove some unused header files. NFC (#129649)
1 parent 6d93280 commit 92a3073

File tree

5 files changed

+0
-33
lines changed

5 files changed

+0
-33
lines changed

llvm/lib/Target/Hexagon/BitTracker.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,8 @@
6060
#include "llvm/CodeGen/MachineInstr.h"
6161
#include "llvm/CodeGen/MachineOperand.h"
6262
#include "llvm/CodeGen/MachineRegisterInfo.h"
63-
#include "llvm/CodeGen/TargetRegisterInfo.h"
6463
#include "llvm/IR/Constants.h"
6564
#include "llvm/Support/Debug.h"
66-
#include "llvm/Support/raw_ostream.h"
67-
#include <cassert>
68-
#include <cstdint>
69-
#include <iterator>
7065

7166
using namespace llvm;
7267

llvm/lib/Target/Hexagon/BitTracker.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
#include "llvm/ADT/SmallVector.h"
1515
#include "llvm/CodeGen/MachineInstr.h"
1616
#include "llvm/CodeGen/MachineOperand.h"
17-
#include <cassert>
18-
#include <cstdint>
1917
#include <map>
2018
#include <queue>
2119
#include <set>
22-
#include <utility>
2320

2421
namespace llvm {
2522

llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,22 @@
1212
#include "HexagonRegisterInfo.h"
1313
#include "HexagonSubtarget.h"
1414
#include "llvm/ADT/BitVector.h"
15-
#include "llvm/ADT/DenseMap.h"
16-
#include "llvm/ADT/GraphTraits.h"
17-
#include "llvm/ADT/STLExtras.h"
1815
#include "llvm/ADT/SmallVector.h"
1916
#include "llvm/ADT/StringRef.h"
2017
#include "llvm/CodeGen/MachineBasicBlock.h"
2118
#include "llvm/CodeGen/MachineDominators.h"
2219
#include "llvm/CodeGen/MachineFunction.h"
2320
#include "llvm/CodeGen/MachineFunctionPass.h"
2421
#include "llvm/CodeGen/MachineInstr.h"
25-
#include "llvm/CodeGen/MachineInstrBuilder.h"
2622
#include "llvm/CodeGen/MachineOperand.h"
2723
#include "llvm/CodeGen/MachineRegisterInfo.h"
2824
#include "llvm/CodeGen/TargetRegisterInfo.h"
2925
#include "llvm/IR/DebugLoc.h"
3026
#include "llvm/InitializePasses.h"
3127
#include "llvm/MC/MCInstrDesc.h"
3228
#include "llvm/Pass.h"
33-
#include "llvm/Support/CommandLine.h"
34-
#include "llvm/Support/Compiler.h"
3529
#include "llvm/Support/Debug.h"
36-
#include "llvm/Support/ErrorHandling.h"
37-
#include "llvm/Support/MathExtras.h"
3830
#include "llvm/Support/raw_ostream.h"
39-
#include <algorithm>
40-
#include <cassert>
41-
#include <cstdint>
42-
#include <deque>
43-
#include <iterator>
44-
#include <limits>
45-
#include <utility>
46-
#include <vector>
4731

4832
#define DEBUG_TYPE "hexbit"
4933

llvm/lib/Target/Hexagon/HexagonBitTracker.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,13 @@
1515
#include "llvm/CodeGen/MachineInstr.h"
1616
#include "llvm/CodeGen/MachineOperand.h"
1717
#include "llvm/CodeGen/MachineRegisterInfo.h"
18-
#include "llvm/CodeGen/TargetRegisterInfo.h"
1918
#include "llvm/IR/Argument.h"
2019
#include "llvm/IR/Attributes.h"
2120
#include "llvm/IR/Function.h"
2221
#include "llvm/IR/Type.h"
2322
#include "llvm/Support/Compiler.h"
2423
#include "llvm/Support/Debug.h"
2524
#include "llvm/Support/ErrorHandling.h"
26-
#include "llvm/Support/raw_ostream.h"
27-
#include <cassert>
28-
#include <cstddef>
29-
#include <cstdint>
30-
#include <cstdlib>
31-
#include <utility>
32-
#include <vector>
3325

3426
using namespace llvm;
3527

llvm/lib/Target/Hexagon/HexagonBitTracker.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include "BitTracker.h"
1313
#include "llvm/ADT/DenseMap.h"
14-
#include <cstdint>
1514

1615
namespace llvm {
1716

0 commit comments

Comments
 (0)