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
This commit is contained in:
Chris Lattner
2010-07-20 19:45:21 +00:00
parent e1c29be6f0
commit 444e2f530e
3 changed files with 1 additions and 27 deletions

View File

@@ -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