[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 17 14:39:02 PDT 2004
Changes in directory llvm/include/llvm/CodeGen:
AsmPrinter.h updated: 1.7 -> 1.8
---
Log message:
new method
---
Diffs of the changes: (+4 -0)
Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.7 llvm/include/llvm/CodeGen/AsmPrinter.h:1.8
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.7 Tue Aug 17 14:14:17 2004
+++ llvm/include/llvm/CodeGen/AsmPrinter.h Tue Aug 17 16:38:51 2004
@@ -114,6 +114,10 @@
/// 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);
More information about the llvm-commits
mailing list