mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Add another debugging statement here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e27027562
commit
4476bae1b4
@ -597,6 +597,10 @@ bool FastISel::SelectCall(const User *I) {
|
||||
TII.get(TargetOpcode::DBG_VALUE))
|
||||
.addReg(Reg, RegState::Debug).addImm(Offset)
|
||||
.addMetadata(DI->getVariable());
|
||||
else
|
||||
// We can't yet handle anything else here because it would require
|
||||
// generating code, thus altering codegen because of debug info.
|
||||
DEBUG(dbgs() << "Dropping debug info for " << DI);
|
||||
return true;
|
||||
}
|
||||
case Intrinsic::dbg_value: {
|
||||
|
Loading…
Reference in New Issue
Block a user