aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-11 02:28:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-11 02:28:48 +0000
commitc920384bda471d0861967e9b84db1180ac59ed13 (patch)
tree6947fd89ea5c21dcbd3579d392606cd1c5554ea5 /lib/CodeGen
parentc8fe0b0fd8ba50bbcc51bac76bf1660dd35cc5f1 (diff)
downloadexternal_llvm-c920384bda471d0861967e9b84db1180ac59ed13.zip
external_llvm-c920384bda471d0861967e9b84db1180ac59ed13.tar.gz
external_llvm-c920384bda471d0861967e9b84db1180ac59ed13.tar.bz2
Remove dead include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index 1d76c7c..3fc30ff 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -53,7 +53,6 @@
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
-#include "SelectionDAGBuilder.h"
#include "FunctionLoweringInfo.h"
using namespace llvm;