Ignore DBG_VALUE in a couple more places.
[oota-llvm.git] / utils / TableGen / FastISelEmitter.h
index da8aa16dbf67ed5694354c79f87ba7f9fed81611..ce4e77e6f8f240ef001967beb7e63f1ce8178fc0 100644 (file)
@@ -27,13 +27,11 @@ class CodeGenTarget;
 class FastISelEmitter : public TableGenBackend {
   RecordKeeper &Records;
   CodeGenDAGPatterns CGP;
-  const CodeGenTarget &Target;
-  const std::string InstNS;
 public:
   explicit FastISelEmitter(RecordKeeper &R);
 
   // run - Output the isel, returning true on failure.
-  void run(std::ostream &OS);
+  void run(raw_ostream &OS);
 };
 
 } // End llvm namespace