mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Remove crufty comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28034cde44
commit
925965e6ba
@ -3773,11 +3773,6 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case Intrinsic::dbg_declare: {
|
case Intrinsic::dbg_declare: {
|
||||||
// FIXME: currently, we get here only if OptLevel != CodeGenOpt::None.
|
|
||||||
// The real handling of this intrinsic is in FastISel.
|
|
||||||
// if (OptLevel != CodeGenOpt::None)
|
|
||||||
// FIXME: Variable debug info is not supported here.
|
|
||||||
// return 0;
|
|
||||||
const DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
|
const DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
|
||||||
if (!DIDescriptor::ValidDebugInfo(DI.getVariable(), CodeGenOpt::None))
|
if (!DIDescriptor::ValidDebugInfo(DI.getVariable(), CodeGenOpt::None))
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user