File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 12
12
#include " llvm/ADT/ArrayRef.h"
13
13
#include " llvm/ADT/DenseSet.h"
14
14
#include " llvm/ADT/FunctionExtras.h"
15
+ #include " llvm/IR/ValueMap.h"
15
16
#include < functional>
16
17
17
18
namespace llvm {
@@ -41,9 +42,6 @@ class IRMover {
41
42
static bool isEqual (const StructType *LHS, const StructType *RHS);
42
43
};
43
44
44
- // / Type of the Metadata map in \a ValueToValueMapTy.
45
- typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT;
46
-
47
45
public:
48
46
class IdentifiedStructTypeSet {
49
47
// The set of opaque types is the composite module.
Original file line number Diff line number Diff line change @@ -380,9 +380,6 @@ class LocalValueMaterializer final : public ValueMaterializer {
380
380
Value *materialize (Value *V) override ;
381
381
};
382
382
383
- // / Type of the Metadata map in \a ValueToValueMapTy.
384
- typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT;
385
-
386
383
// / This is responsible for keeping track of the state used for moving data
387
384
// / from SrcM to DstM.
388
385
class IRLinker {
You can’t perform that action at this time.
0 commit comments