diff options
Diffstat (limited to 'lib/Target/AArch64/AArch64AsmPrinter.h')
-rw-r--r-- | lib/Target/AArch64/AArch64AsmPrinter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/AArch64/AArch64AsmPrinter.h b/lib/Target/AArch64/AArch64AsmPrinter.h index b6f9ee6..af0c9fe 100644 --- a/lib/Target/AArch64/AArch64AsmPrinter.h +++ b/lib/Target/AArch64/AArch64AsmPrinter.h @@ -29,7 +29,6 @@ class LLVM_LIBRARY_VISIBILITY AArch64AsmPrinter : public AsmPrinter { /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can /// make the right decision when printing asm code for different targets. const AArch64Subtarget *Subtarget; - const MachineConstantPool *MCP; // emitPseudoExpansionLowering - tblgen'erated. bool emitPseudoExpansionLowering(MCStreamer &OutStreamer, @@ -74,10 +73,6 @@ class LLVM_LIBRARY_VISIBILITY AArch64AsmPrinter : public AsmPrinter { return "AArch64 Assembly Printer"; } - /// A no-op on AArch64 because we emit our constant pool entries inline with - /// the function. - virtual void EmitConstantPool() {} - virtual bool runOnMachineFunction(MachineFunction &MF); }; } // end namespace llvm |