From: Chris Lattner Date: Tue, 17 Aug 2004 21:38:51 +0000 (+0000) Subject: new method X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30bad4af40d0126f888f601fb46d01e2b39dbc43;p=oota-llvm.git new method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index f21ed140b47..bb41ad5663e 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -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);