aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-11 19:11:43 +0000
committerDan Gohman <gohman@apple.com>2010-05-11 19:11:43 +0000
commit038df88e28b88dfea7e95d6331ffcdc03e71d8e4 (patch)
tree426e4668c247df902526560bf8c4b4b1ec1ff8dd /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parentbbf33b38aaaa6cdbdd2c6a595aa081734308ce83 (diff)
downloadexternal_llvm-038df88e28b88dfea7e95d6331ffcdc03e71d8e4.zip
external_llvm-038df88e28b88dfea7e95d6331ffcdc03e71d8e4.tar.gz
external_llvm-038df88e28b88dfea7e95d6331ffcdc03e71d8e4.tar.bz2
Trim #includes and forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 4642310..94a5757 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -18,7 +18,6 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/Target/TargetSubtarget.h"
#include "llvm/GlobalVariable.h"
#include "llvm/DerivedTypes.h"
#include "llvm/CodeGen/MachineFrameInfo.h"