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 @@ -373,9 +373,6 @@ class LocalValueMaterializer final : public ValueMaterializer {
373
373
Value *materialize (Value *V) override ;
374
374
};
375
375
376
- // / Type of the Metadata map in \a ValueToValueMapTy.
377
- typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT;
378
-
379
376
// / This is responsible for keeping track of the state used for moving data
380
377
// / from SrcM to DstM.
381
378
class IRLinker {
You can’t perform that action at this time.
0 commit comments