[llvm] aafca36 - IPO.h - remove unused llvm::Function forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 02:02:45 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-17T10:02:06+01:00
New Revision: aafca36609e65990e1a5df0b0cfb9352d61172b7

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

LOG: IPO.h - remove unused llvm::Function forward declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/IPO.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/IPO.h b/llvm/include/llvm/Transforms/IPO.h
index ea9f50dcc616..3a2edc1ff9ce 100644
--- a/llvm/include/llvm/Transforms/IPO.h
+++ b/llvm/include/llvm/Transforms/IPO.h
@@ -24,7 +24,6 @@ class StringRef;
 class ModuleSummaryIndex;
 class ModulePass;
 class Pass;
-class Function;
 class BasicBlock;
 class GlobalValue;
 class raw_ostream;


        


More information about the llvm-commits mailing list