[llvm] 595c28e - IntrinsicLowering.h - remove unused llvm::Module forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 03:26:21 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-11T11:25:48+01:00
New Revision: 595c28e6182e87273479773ca5325a532280bef8

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

LOG: IntrinsicLowering.h - remove unused llvm::Module forward declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/IntrinsicLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/IntrinsicLowering.h b/llvm/include/llvm/CodeGen/IntrinsicLowering.h
index daf2d9a47801..8593f54f3961 100644
--- a/llvm/include/llvm/CodeGen/IntrinsicLowering.h
+++ b/llvm/include/llvm/CodeGen/IntrinsicLowering.h
@@ -19,7 +19,6 @@
 
 namespace llvm {
 class CallInst;
-class Module;
 class DataLayout;
 
 class IntrinsicLowering {


        


More information about the llvm-commits mailing list