forked from OSchip/llvm-project
parent
2712dc79bb
commit
d345e9cff5
|
@ -33,6 +33,7 @@
|
|||
namespace llvm {
|
||||
|
||||
class Function;
|
||||
class PostDominatorTree;
|
||||
|
||||
/// This pass performs function-level constant propagation and merging.
|
||||
class SCCPPass : public PassInfoMixin<SCCPPass> {
|
||||
|
|
Loading…
Reference in New Issue