refactor code so that LLVMTargetMachine creates the asmstreamer and
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index ba7d1385ff966db0a403d7a03f2d8eb6d00b556c..24021cdb0f30679d9f48d66b2782f2bb42c574ad 100644 (file)
@@ -149,7 +149,8 @@ namespace llvm {
 
   protected:
     explicit AsmPrinter(formatted_raw_ostream &o, TargetMachine &TM,
-                        const MCAsmInfo *T, bool V);
+                        MCContext &Ctx, MCStreamer &Streamer,
+                        const MCAsmInfo *T);
     
   public:
     virtual ~AsmPrinter();