forked from OSchip/llvm-project
parent
4771829225
commit
e54cd9a6f3
|
@ -219,7 +219,6 @@ static Metadata *cloneMDNode(const UniquableMDNode *Node, ValueToValueMapTy &VM,
|
||||||
case Metadata::CLASS##Kind: \
|
case Metadata::CLASS##Kind: \
|
||||||
return clone##CLASS(cast<CLASS>(Node), VM, Flags, TypeMapper, \
|
return clone##CLASS(cast<CLASS>(Node), VM, Flags, TypeMapper, \
|
||||||
Materializer, IsDistinct); \
|
Materializer, IsDistinct); \
|
||||||
break;
|
|
||||||
#include "llvm/IR/Metadata.def"
|
#include "llvm/IR/Metadata.def"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue