Skip to content

Commit

Permalink
X86ISelDAGToDAG.cpp - remove unnecessary includes. NFC.
Browse files Browse the repository at this point in the history
The X86 specific headers have to include these so we don't need to duplicate.
  • Loading branch information
RKSimon committed Apr 26, 2020
1 parent 57fc701 commit 33f043c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Expand Up @@ -17,8 +17,6 @@
#include "X86Subtarget.h"
#include "X86TargetMachine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/ConstantRange.h"
Expand All @@ -31,9 +29,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include <stdint.h>
using namespace llvm;

Expand Down

0 comments on commit 33f043c

Please sign in to comment.