Remove crufty comments.

llvm-svn: 102380
This commit is contained in:
Dale Johannesen 2010-04-26 20:48:54 +00:00
parent 9faee21f67
commit 59a438560c
1 changed files with 0 additions and 5 deletions

View File

@ -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;