mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 12:56:43 +00:00
Add debugging helper
llvm-svn: 5235
This commit is contained in:
parent
5fb6540457
commit
31a6321785
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user