mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
More minor cleanups of the interface
llvm-svn: 7446
This commit is contained in:
parent
1283b2a07c
commit
227005d189
@ -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;
|
||||
|
@ -7,7 +7,9 @@
|
||||
#ifndef CODEMITTERGEN_H
|
||||
#define CODEMITTERGEN_H
|
||||
|
||||
#include "Record.h"
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
class RecordKeeper;
|
||||
|
||||
class CodeEmitterGen {
|
||||
RecordKeeper &Records;
|
||||
|
Loading…
x
Reference in New Issue
Block a user