mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
Formatting and whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -457,8 +457,7 @@ namespace llvm {
|
||||
/// return true if the operand is erroneous.
|
||||
virtual bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
||||
unsigned AsmVariant,
|
||||
const char *ExtraCode,
|
||||
raw_ostream &OS);
|
||||
const char *ExtraCode, raw_ostream &OS);
|
||||
|
||||
private:
|
||||
/// Private state for PrintSpecial()
|
||||
@@ -470,7 +469,8 @@ namespace llvm {
|
||||
|
||||
/// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
|
||||
void EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = 0,
|
||||
InlineAsm::AsmDialect AsmDialect = InlineAsm::AD_ATT) const;
|
||||
InlineAsm::AsmDialect AsmDialect =
|
||||
InlineAsm::AD_ATT) const;
|
||||
|
||||
/// EmitInlineAsm - This method formats and emits the specified machine
|
||||
/// instruction that is an inline asm.
|
||||
@@ -488,8 +488,7 @@ namespace llvm {
|
||||
void EmitLinkage(unsigned Linkage, MCSymbol *GVSym) const;
|
||||
|
||||
void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
|
||||
const MachineBasicBlock *MBB,
|
||||
unsigned uid) const;
|
||||
const MachineBasicBlock *MBB, unsigned uid) const;
|
||||
void EmitLLVMUsedList(const ConstantArray *InitList);
|
||||
/// Emit llvm.ident metadata in an '.ident' directive.
|
||||
void EmitModuleIdents(Module &M);
|
||||
|
Reference in New Issue
Block a user