[llvm] d7aa279 - [ARM] Remove unused declaration computeIssueWidth

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 18:43:02 PDT 2023


Author: Kazu Hirata
Date: 2023-05-16T18:42:49-07:00
New Revision: d7aa279e98489c5d9a099bdd96d4d81584ebe603

URL: https://github.com/llvm/llvm-project/commit/d7aa279e98489c5d9a099bdd96d4d81584ebe603
DIFF: https://github.com/llvm/llvm-project/commit/d7aa279e98489c5d9a099bdd96d4d81584ebe603.diff

LOG: [ARM] Remove unused declaration computeIssueWidth

The corresponding function definition was removed by:

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

Added: 
    

Modified: 
    llvm/lib/Target/ARM/ARMSubtarget.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index d9cc38e9e8cb..c959ca59aaf5 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/lib/Target/ARM/ARMSubtarget.h
@@ -305,8 +305,6 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
   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.


        


More information about the llvm-commits mailing list