Skip to content
Snippets Groups Projects
Commit c69df616 authored by Chris Lattner's avatar Chris Lattner
Browse files

More minor cleanups of the interface

llvm-svn: 7446
parent c5b306b4
No related branches found
No related tags found
No related merge requests found
#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;
......
......@@ -7,7 +7,9 @@
#ifndef CODEMITTERGEN_H
#define CODEMITTERGEN_H
#include "Record.h"
#include <string>
#include <iosfwd>
class RecordKeeper;
class CodeEmitterGen {
RecordKeeper &Records;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment