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 1212#include " llvm/ADT/ArrayRef.h"
1313#include " llvm/ADT/DenseSet.h"
1414#include " llvm/ADT/FunctionExtras.h"
15+ #include " llvm/IR/ValueMap.h"
1516#include < functional>
1617
1718namespace llvm {
@@ -41,9 +42,6 @@ class IRMover {
4142 static bool isEqual (const StructType *LHS, const StructType *RHS);
4243 };
4344
44- // / Type of the Metadata map in \a ValueToValueMapTy.
45- typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT;
46-
4745public:
4846 class IdentifiedStructTypeSet {
4947 // 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 {
380380 Value *materialize (Value *V) override ;
381381};
382382
383- // / Type of the Metadata map in \a ValueToValueMapTy.
384- typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT;
385-
386383// / This is responsible for keeping track of the state used for moving data
387384// / from SrcM to DstM.
388385class IRLinker {
You can’t perform that action at this time.
0 commit comments