diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-20 19:45:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-20 19:45:21 +0000 |
commit | 444e2f530e8ee74a4628e68f6f33f079f83ed2b2 (patch) | |
tree | c731cba8eaa52053d4b9e49de7099c3546784e8a /utils/TableGen/EDEmitter.h | |
parent | e1c29be6f08d0e5657cfa3d430816147698c7479 (diff) |
remove option from tablegen for building static header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/EDEmitter.h')
-rw-r--r-- | utils/TableGen/EDEmitter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/EDEmitter.h b/utils/TableGen/EDEmitter.h index 9e40a8b1ca..e30373fed2 100644 --- a/utils/TableGen/EDEmitter.h +++ b/utils/TableGen/EDEmitter.h @@ -27,9 +27,6 @@ namespace llvm { // run - Output the instruction table. void run(raw_ostream &o); - - // runHeader - Emit a header file that allows use of the instruction table. - void runHeader(raw_ostream &o); }; } // End llvm namespace |