mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
More debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
663e0cf73d
commit
9fc5c83fb7
@ -4697,7 +4697,8 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
|
||||
const AllocaInst *AI = dyn_cast<AllocaInst>(V);
|
||||
// Don't handle byval struct arguments or VLAs, for example.
|
||||
if (!AI) {
|
||||
DEBUG(dbgs() << "Dropping debug location info for:\n\t" << DI << "\n");
|
||||
DEBUG(dbgs() << "Dropping debug location info for:\n " << DI << "\n");
|
||||
DEBUG(dbgs() << " Last seen at:\n " << *V << "\n");
|
||||
return 0;
|
||||
}
|
||||
DenseMap<const AllocaInst*, int>::iterator SI =
|
||||
|
Loading…
Reference in New Issue
Block a user