[ARM] Remove unused declaration computeIssueWidth
authorKazu Hirata <kazu@google.com>
Wed, 17 May 2023 01:42:49 +0000 (18:42 -0700)
committerKazu Hirata <kazu@google.com>
Wed, 17 May 2023 01:42:49 +0000 (18:42 -0700)
The corresponding function definition was removed by:

  commit b2680c718fc49698e820441ed30c692a63476660
  Author: Andrew Trick <atrick@apple.com>
  Date:   Tue Jun 5 03:44:43 2012 +0000

llvm/lib/Target/ARM/ARMSubtarget.h

index d9cc38e..c959ca5 100644 (file)
@@ -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.