From cefe3831b7e489ac6c263fd784df1f98a2f1f7fc Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 2 Jul 2010 21:13:23 +0000 Subject: MDString is already checked earlier. llvm-svn: 107516 --- llvm/lib/Transforms/Utils/ValueMapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Utils/ValueMapper.cpp b/llvm/lib/Transforms/Utils/ValueMapper.cpp index 1ef13ba2e05..3f6a90c94eb 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.cpp +++ b/llvm/lib/Transforms/Utils/ValueMapper.cpp @@ -45,7 +45,7 @@ Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM) { if (isa(C) || isa(C) || isa(C) || isa(C) || - isa(C) || isa(C)) + isa(C)) return VMSlot = C; // Primitive constants map directly if (ConstantArray *CA = dyn_cast(C)) { -- cgit v1.2.3