mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
Disable dbg_declare, it currently breaks the CFE build
llvm-svn: 27182
This commit is contained in:
parent
d3368b1114
commit
0b857e9ffc
@ -1382,6 +1382,7 @@ 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