aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit4a3ac62332b3a65c0fd5cba83d46d7d498d7eac5 (patch)
tree7f83d25d42b9ae4e605beab247d9d52e2e6f9873 /include
parent7c306da505e2d7f64e160890b274a47fa0740962 (diff)
downloadexternal_llvm-4a3ac62332b3a65c0fd5cba83d46d7d498d7eac5.zip
external_llvm-4a3ac62332b3a65c0fd5cba83d46d7d498d7eac5.tar.gz
external_llvm-4a3ac62332b3a65c0fd5cba83d46d7d498d7eac5.tar.bz2
eliminate CodeGen/DAGISelHeader.h, it is empty now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/DAGISelHeader.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/llvm/CodeGen/DAGISelHeader.h b/include/llvm/CodeGen/DAGISelHeader.h
deleted file mode 100644
index 86c86e9..0000000
--- a/include/llvm/CodeGen/DAGISelHeader.h
+++ /dev/null
@@ -1,26 +0,0 @@
-//==-llvm/CodeGen/DAGISelHeader.h - Common DAG ISel definitions -*- C++ -*-==//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file provides definitions of the common, target-independent methods and
-// data, which is used by SelectionDAG-based instruction selectors.
-//
-// *** NOTE: This file is #included into the middle of the target
-// instruction selector class. These functions are really methods.
-// This is a little awkward, but it allows this code to be shared
-// by all the targets while still being able to call into
-// target-specific code without using a virtual function call.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CODEGEN_DAGISEL_HEADER_H
-#define LLVM_CODEGEN_DAGISEL_HEADER_H
-
-
-
-#endif /* LLVM_CODEGEN_DAGISEL_HEADER_H */