summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-02 06:36:28 +0000
committerChris Lattner <sabre@nondot.org>2010-03-02 06:36:28 +0000
commit58811e7732ae4a6beaef39842d290e3fdeb08207 (patch)
tree184e9d4506ef3a796b018a7718f537b43bfa001c /llvm/utils
parentf98f124a73178cf01e62efe7bddbdbb58876b332 (diff)
downloadbcm5719-llvm-58811e7732ae4a6beaef39842d290e3fdeb08207.tar.gz
bcm5719-llvm-58811e7732ae4a6beaef39842d290e3fdeb08207.zip
eliminate CodeGen/DAGISelHeader.h, it is empty now.
llvm-svn: 97556
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp
index e9cfef871a3..46e4b09507d 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -195,10 +195,6 @@ void DAGISelEmitter::run(raw_ostream &OS) {
<< "// *** instruction selector class. These functions are really "
<< "methods.\n\n";
- OS << "// Include standard, target-independent definitions and methods used\n"
- << "// by the instruction selector.\n";
- OS << "#include \"llvm/CodeGen/DAGISelHeader.h\"\n\n";
-
DEBUG(errs() << "\n\nALL PATTERNS TO MATCH:\n\n";
for (CodeGenDAGPatterns::ptm_iterator I = CGP.ptm_begin(),
E = CGP.ptm_end(); I != E; ++I) {
OpenPOWER on IntegriCloud