This repository was archived by the owner on Mar 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1818#include " llvm/ADT/SmallPtrSet.h"
1919#include " llvm/ADT/SmallSet.h"
2020#include " llvm/Analysis/BlockFrequencyInfo.h"
21+ #include " llvm/Analysis/BlockFrequencyInfoImpl.h"
2122#include " llvm/Analysis/BranchProbabilityInfo.h"
2223#include " llvm/Analysis/LazyValueInfo.h"
2324#include " llvm/Analysis/TargetLibraryInfo.h"
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ module LLVM_Analysis {
33 umbrella "Analysis"
44 module * { export * }
55
6- // FIXME: Why is this excluded?
7- exclude header "Analysis/BlockFrequencyInfoImpl.h"
8-
96 // This is intended for (repeated) textual inclusion.
107 textual header "Analysis/TargetLibraryInfo.def"
118}
@@ -41,12 +38,6 @@ module LLVM_Backend {
4138 // This is intended for (repeated) textual inclusion.
4239 textual header "Target/TargetOpcodes.def"
4340 }
44-
45- // FIXME: Where should this go?
46- module Analysis_BlockFrequencyInfoImpl {
47- header "Analysis/BlockFrequencyInfoImpl.h"
48- export *
49- }
5041}
5142
5243module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
You can’t perform that action at this time.
0 commit comments