Add debugging helper

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-13 00:52:25 +00:00
parent 80e5ed9f77
commit 3cf5db73c7

View File

@ -81,7 +81,8 @@ Value *MapValue(const Value *V, std::map<const Value*, Value*> &VM) {
assert(0 && "Unknown type of constant!");
}
}
V->dump();
assert(0 && "Unknown value type: why didn't it get resolved?!");
return 0;
}