summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-17 21:38:51 +0000
committerChris Lattner <sabre@nondot.org>2004-08-17 21:38:51 +0000
commit30bad4af40d0126f888f601fb46d01e2b39dbc43 (patch)
tree2f0f318e7f0ef11b9bd86e0d6ac53634538d7068 /include/llvm/CodeGen
parent7d057a3fd579a57d9f16a3e366b56df0aff4f486 (diff)
downloadllvm-30bad4af40d0126f888f601fb46d01e2b39dbc43.tar.gz
llvm-30bad4af40d0126f888f601fb46d01e2b39dbc43.tar.bz2
llvm-30bad4af40d0126f888f601fb46d01e2b39dbc43.tar.xz
new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index f21ed140b4..bb41ad5663 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);