summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-31 04:43:49 +0000
committerChris Lattner <sabre@nondot.org>2003-07-31 04:43:49 +0000
commitc9670ef17d43a6c20fcc0f6765988216754419a0 (patch)
tree8090c737a7634be193ce26087bb353c11c853c5a /utils/TableGen/CodeEmitterGen.cpp
parentf745a20deb40ba0113fe368efcba5393e9d3e99c (diff)
downloadllvm-c9670ef17d43a6c20fcc0f6765988216754419a0.tar.gz
llvm-c9670ef17d43a6c20fcc0f6765988216754419a0.tar.bz2
llvm-c9670ef17d43a6c20fcc0f6765988216754419a0.tar.xz
More minor cleanups of the interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeEmitterGen.cpp')
-rw-r--r--utils/TableGen/CodeEmitterGen.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/TableGen/CodeEmitterGen.cpp b/utils/TableGen/CodeEmitterGen.cpp
index 25bbe5bdbf..87f3b87dbd 100644
--- a/utils/TableGen/CodeEmitterGen.cpp
+++ b/utils/TableGen/CodeEmitterGen.cpp
@@ -1,6 +1,12 @@
-#include "Support/Statistic.h"
-#include "Record.h"
+//===- CodeEmitterGen.cpp - Code Emitter Generator ------------------------===//
+//
+// FIXME: Document.
+//
+//===----------------------------------------------------------------------===//
+
#include "CodeEmitterGen.h"
+#include "Record.h"
+#include "Support/Statistic.h"
bool CodeEmitterGen::run(std::ostream &o) {
std::vector<Record*> Insts;