1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove trailing slash from r225924

llvm-svn: 225929
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-14 01:42:43 +00:00
parent 794dabb4dc
commit 08b4a2b922

View File

@ -218,7 +218,7 @@ static Metadata *cloneMDNode(const UniquableMDNode *Node, ValueToValueMapTy &VM,
#define HANDLE_UNIQUABLE_LEAF(CLASS) \
case Metadata::CLASS##Kind: \
return clone##CLASS(cast<CLASS>(Node), VM, Flags, TypeMapper, \
Materializer, IsDistinct); \
Materializer, IsDistinct);
#include "llvm/IR/Metadata.def"
}
}