mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 11:36:10 +00:00
Reactivate llvm.dbg.declare.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eabef6b12e
commit
8c39020359
@ -1382,7 +1382,6 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
|
||||
return 0;
|
||||
}
|
||||
case Intrinsic::dbg_declare: {
|
||||
return 0;
|
||||
MachineDebugInfo *DebugInfo = DAG.getMachineDebugInfo();
|
||||
DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
|
||||
if (DebugInfo && DebugInfo->Verify(DI.getVariable())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user