Skip to content

Commit 84aab8b

Browse files
committed
X86SelectionDAGInfo.h - remove unnecessary includes and forward declarations. NFC.
1 parent 44d91ca commit 84aab8b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/X86/X86SelectionDAGInfo.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@
1414
#define LLVM_LIB_TARGET_X86_X86SELECTIONDAGINFO_H
1515

1616
#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
17-
#include "llvm/MC/MCRegisterInfo.h"
1817

1918
namespace llvm {
2019

21-
class X86TargetLowering;
22-
class X86TargetMachine;
23-
class X86Subtarget;
24-
2520
class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
2621
/// Returns true if it is possible for the base register to conflict with the
2722
/// given set of clobbers for a memory intrinsic.

0 commit comments

Comments
 (0)