mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Adjust prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28696bee02
commit
190f3ba2aa
@ -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(unsigned NumZeros) const;
|
||||
void emitZeros(uint64_t NumZeros) const;
|
||||
|
||||
/// emitConstantValueOnly - Print out the specified constant, without a
|
||||
/// storage class. Only constants of first-class type are allowed here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user