[llvm] 75d02a2 - VNCoercion.h - remove unused llvm::Function forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 07:48:28 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-10T15:47:57+01:00
New Revision: 75d02a2abf6dba075963944edcbfc6dbc0edb16b

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

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

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Utils/VNCoercion.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Utils/VNCoercion.h b/llvm/include/llvm/Transforms/Utils/VNCoercion.h
index 35595e7d560c..1cc751d1e78a 100644
--- a/llvm/include/llvm/Transforms/Utils/VNCoercion.h
+++ b/llvm/include/llvm/Transforms/Utils/VNCoercion.h
@@ -23,7 +23,6 @@
 
 namespace llvm {
 class Constant;
-class Function;
 class StoreInst;
 class LoadInst;
 class MemIntrinsic;


        


More information about the llvm-commits mailing list