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:
28696be
)
Adjust prototype
author
Chris Lattner
<sabre@nondot.org>
Sat, 8 Jan 2005 19:57:49 +0000
(19:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 8 Jan 2005 19:57:49 +0000
(19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19387
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 00f3b74d856cfee4661198268bcf4e8c36edb886..39f309ec4ec95c775727e82e633a085b481ed734 100644
(file)
--- a/
include/llvm/CodeGen/AsmPrinter.h
+++ b/
include/llvm/CodeGen/AsmPrinter.h
@@
-17,6
+17,7
@@
#define LLVM_CODEGEN_ASMPRINTER_H
#include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {
class Constant;
@@
-116,7
+117,7
@@
namespace llvm {
/// emitZeros - Emit a block of zeros.
///
- void emitZeros(u
nsigned
NumZeros) const;
+ void emitZeros(u
int64_t
NumZeros) const;
/// emitConstantValueOnly - Print out the specified constant, without a
/// storage class. Only constants of first-class type are allowed here.