Add debugging helper

llvm-svn: 5235
This commit is contained in:
Chris Lattner 2003-01-13 00:52:25 +00:00
parent 5fb6540457
commit 31a6321785

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;
}