eliminate CodeGen/DAGISelHeader.h, it is empty now.
[oota-llvm.git] / utils / TableGen / DAGISelEmitter.cpp
index e9cfef871a3c9101f2e5bb947839ce18b4231ac5..46e4b09507d98fc20f196c32d981b2156de9e811 100644 (file)
@@ -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) {