mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
80e5ed9f77
commit
3cf5db73c7
@ -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…
Reference in New Issue
Block a user