improve comments.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index c15e279d946ff5a6f644a474e4e88e6ddfe3fbbf..c3d4d60b3bb84edbc8b12ff5c3870c74ee4263fe 100644 (file)
@@ -211,6 +211,11 @@ namespace llvm {
                                        unsigned AsmVariant, 
                                        const char *ExtraCode);
     
+    
+    /// PrintGlobalVariable - Emit the specified global variable and its
+    /// initializer to the output stream.
+    virtual void PrintGlobalVariable(const GlobalVariable *GV) = 0;
+    
     /// SetupMachineFunction - This should be called when a new MachineFunction
     /// is being processed from runOnMachineFunction.
     void SetupMachineFunction(MachineFunction &MF);