diff options
Diffstat (limited to 'contrib/llvm/utils/TableGen/EDEmitter.h')
-rw-r--r-- | contrib/llvm/utils/TableGen/EDEmitter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/llvm/utils/TableGen/EDEmitter.h b/contrib/llvm/utils/TableGen/EDEmitter.h index 9e40a8b..e30373f 100644 --- a/contrib/llvm/utils/TableGen/EDEmitter.h +++ b/contrib/llvm/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 |