Skip to content

Commit 091f7f0

Browse files
committed
AMDGPUArgumentUsageInfo.h - cleanup includes and forward declarations. NFC.
Reduce Function.h include to (already existing) forward declaration. Remove unused GCNSubtarget/TargetMachine forward declarations.
1 parent 531bfa3 commit 091f7f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@
1111

1212
#include "llvm/ADT/DenseMap.h"
1313
#include "llvm/CodeGen/Register.h"
14-
#include "llvm/IR/Function.h"
1514
#include "llvm/Pass.h"
1615

1716
namespace llvm {
1817

1918
class Function;
2019
class raw_ostream;
21-
class GCNSubtarget;
22-
class TargetMachine;
2320
class TargetRegisterClass;
2421
class TargetRegisterInfo;
2522

0 commit comments

Comments
 (0)