X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FFastISelEmitter.h;h=4743ca9bfa01ea842376bfd2d1be1d666454ad3a;hb=15511cf1660cfd6bb8b8e8fca2db9450f50430ee;hp=f34ece81b95e6cbc1fc1580a831b1d66415e6767;hpb=b0cf29c5cfff797284b3660dc233e135feb65d9a;p=oota-llvm.git diff --git a/utils/TableGen/FastISelEmitter.h b/utils/TableGen/FastISelEmitter.h index f34ece81b95..4743ca9bfa0 100644 --- a/utils/TableGen/FastISelEmitter.h +++ b/utils/TableGen/FastISelEmitter.h @@ -16,10 +16,11 @@ #include "TableGenBackend.h" #include "CodeGenDAGPatterns.h" -#include namespace llvm { +class CodeGenTarget; + /// FastISelEmitter - The top-level class which coordinates construction /// and emission of the instruction selector. /// @@ -27,7 +28,7 @@ class FastISelEmitter : public TableGenBackend { RecordKeeper &Records; CodeGenDAGPatterns CGP; public: - explicit FastISelEmitter(RecordKeeper &R) : Records(R), CGP(R) {} + explicit FastISelEmitter(RecordKeeper &R); // run - Output the isel, returning true on failure. void run(std::ostream &OS);