From d7aa279e98489c5d9a099bdd96d4d81584ebe603 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 16 May 2023 18:42:49 -0700 Subject: [PATCH] [ARM] Remove unused declaration computeIssueWidth The corresponding function definition was removed by: commit b2680c718fc49698e820441ed30c692a63476660 Author: Andrew Trick Date: Tue Jun 5 03:44:43 2012 +0000 --- llvm/lib/Target/ARM/ARMSubtarget.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index d9cc38e..c959ca5 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -305,8 +305,6 @@ public: bool GETTER() const { return ATTRIBUTE; } #include "ARMGenSubtargetInfo.inc" - void computeIssueWidth(); - /// @{ /// These functions are obsolete, please consider adding subtarget features /// or properties instead of calling them. -- 2.7.4