diff --git a/lib/Transforms/Utils/ValueMapper.cpp b/lib/Transforms/Utils/ValueMapper.cpp index 517a3523389..b54a1a0e42a 100644 --- a/lib/Transforms/Utils/ValueMapper.cpp +++ b/lib/Transforms/Utils/ValueMapper.cpp @@ -81,7 +81,8 @@ Value *MapValue(const Value *V, std::map &VM) { assert(0 && "Unknown type of constant!"); } } - + + V->dump(); assert(0 && "Unknown value type: why didn't it get resolved?!"); return 0; }