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