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 18
18
#include " llvm/ADT/SmallPtrSet.h"
19
19
#include " llvm/ADT/SmallSet.h"
20
20
#include " llvm/Analysis/BlockFrequencyInfo.h"
21
+ #include " llvm/Analysis/BlockFrequencyInfoImpl.h"
21
22
#include " llvm/Analysis/BranchProbabilityInfo.h"
22
23
#include " llvm/Analysis/LazyValueInfo.h"
23
24
#include " llvm/Analysis/TargetLibraryInfo.h"
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ module LLVM_Analysis {
3
3
umbrella "Analysis"
4
4
module * { export * }
5
5
6
- // FIXME: Why is this excluded?
7
- exclude header "Analysis/BlockFrequencyInfoImpl.h"
8
-
9
6
// This is intended for (repeated) textual inclusion.
10
7
textual header "Analysis/TargetLibraryInfo.def"
11
8
}
@@ -41,12 +38,6 @@ module LLVM_Backend {
41
38
// This is intended for (repeated) textual inclusion.
42
39
textual header "Target/TargetOpcodes.def"
43
40
}
44
-
45
- // FIXME: Where should this go?
46
- module Analysis_BlockFrequencyInfoImpl {
47
- header "Analysis/BlockFrequencyInfoImpl.h"
48
- export *
49
- }
50
41
}
51
42
52
43
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
You can’t perform that action at this time.
0 commit comments