[llvm] 63111a5 - [IR] Remove unused forward declaration Pass

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 17:32:43 PDT 2023


Author: Kazu Hirata
Date: 2023-07-09T17:32:27-07:00
New Revision: 63111a5b45fa8d14891ac7aab32edd64fc1b472b

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

LOG: [IR] Remove unused forward declaration Pass

The last use was removed by:

  commit 721f975d3518403502f770ce11f3f02509b30c5b
  Author: Evgeniy Brevnov <ybrevnov at azul.com>
  Date:   Tue Nov 1 13:42:07 2022 +0700

Added: 
    

Modified: 
    llvm/include/llvm/IR/OptBisect.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/OptBisect.h b/llvm/include/llvm/IR/OptBisect.h
index 6ebb9bec72570c..2987e5ad90c4d3 100644
--- a/llvm/include/llvm/IR/OptBisect.h
+++ b/llvm/include/llvm/IR/OptBisect.h
@@ -19,8 +19,6 @@
 
 namespace llvm {
 
-class Pass;
-
 /// Extensions to this class implement mechanisms to disable passes and
 /// individual optimizations at compile time.
 class OptPassGate {


        


More information about the llvm-commits mailing list