[llvm] f22f7e7 - [ARM] Remove unused declaration EmitPatchedInstruction
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sat May 6 17:31:53 PDT 2023
Author: Kazu Hirata
Date: 2023-05-06T17:31:37-07:00
New Revision: f22f7e76143ad6cbfc9a23d571eaf766d123b9fe
URL: https://github.com/llvm/llvm-project/commit/f22f7e76143ad6cbfc9a23d571eaf766d123b9fe
DIFF: https://github.com/llvm/llvm-project/commit/f22f7e76143ad6cbfc9a23d571eaf766d123b9fe.diff
LOG: [ARM] Remove unused declaration EmitPatchedInstruction
The corresponding function definition was removed by:
commit db092d7aebb52699d800f20324f19970c2413a2d
Author: Craig Topper <craig.topper at gmail.com>
Date: Tue Oct 9 04:23:49 2012 +0000
Added:
Modified:
llvm/lib/Target/ARM/ARMAsmPrinter.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.h b/llvm/lib/Target/ARM/ARMAsmPrinter.h
index f8ff047a1d068..bd2d9c7621196 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.h
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.h
@@ -120,9 +120,6 @@ class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
// Helpers for emitStartOfAsmFile() and emitEndOfAsmFile()
void emitAttributes();
- // Generic helper used to emit e.g. ARMv5 mul pseudos
- void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
-
void EmitUnwindingInstruction(const MachineInstr *MI);
// emitPseudoExpansionLowering - tblgen'erated.
More information about the llvm-commits
mailing list