Utils: Remove unreachable break, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jan 2015 01:31:34 +0000 (01:31 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 14 Jan 2015 01:31:34 +0000 (01:31 +0000)
llvm-svn: 225924

llvm/lib/Transforms/Utils/ValueMapper.cpp

index b86de4f..5db8bf9 100644 (file)
@@ -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"
   }
 }