[PATCH] D54398: [IPSCCP] Delete two forward declarations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 11 15:20:27 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346627: [IPSCCP] Delete two forward declarations (authored by MaskRay, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D54398

Files:
  llvm/trunk/include/llvm/Transforms/Scalar/SCCP.h


Index: llvm/trunk/include/llvm/Transforms/Scalar/SCCP.h
===================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/SCCP.h
+++ llvm/trunk/include/llvm/Transforms/Scalar/SCCP.h
@@ -22,7 +22,6 @@
 #define LLVM_TRANSFORMS_SCALAR_SCCP_H
 
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Analysis/PostDominators.h"
 #include "llvm/Analysis/TargetLibraryInfo.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/Function.h"
@@ -32,7 +31,6 @@
 
 namespace llvm {
 
-class Function;
 class PostDominatorTree;
 
 /// This pass performs function-level constant propagation and merging.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54398.173596.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181111/3b7d849e/attachment.bin>


More information about the llvm-commits mailing list