diff options
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Utils/ValueMapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/ValueMapper.cpp b/llvm/lib/Transforms/Utils/ValueMapper.cpp index b86de4f196e..5db8bf96a64 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.cpp +++ b/llvm/lib/Transforms/Utils/ValueMapper.cpp @@ -219,7 +219,6 @@ static Metadata *cloneMDNode(const UniquableMDNode *Node, ValueToValueMapTy &VM, case Metadata::CLASS##Kind: \ return clone##CLASS(cast<CLASS>(Node), VM, Flags, TypeMapper, \ Materializer, IsDistinct); \ - break; #include "llvm/IR/Metadata.def" } } |