projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d057a3
)
new method
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Aug 2004 21:38:51 +0000
(21:38 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/AsmPrinter.h
b/include/llvm/CodeGen/AsmPrinter.h
index f21ed140b47fb0e72c2d9923284545ebc180effd..bb41ad5663ea4bd9ba4639a8c320334f81fbc12c 100644
(file)
--- 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);