new method
authorChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2004 21:38:51 +0000 (21:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2004 21:38:51 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15895 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h

index f21ed140b47fb0e72c2d9923284545ebc180effd..bb41ad5663ea4bd9ba4639a8c320334f81fbc12c 100644 (file)
@@ -114,6 +114,10 @@ namespace llvm {
     /// byte alignment.
     void emitAlignment(unsigned NumBits) const;
 
+    /// emitZeros - Emit a block of zeros.
+    ///
+    void emitZeros(unsigned NumZeros) const;
+
     /// emitConstantValueOnly - Print out the specified constant, without a
     /// storage class.  Only constants of first-class type are allowed here.
     void emitConstantValueOnly(const Constant *CV);