Remove crufty comments.
authorDale Johannesen <dalej@apple.com>
Mon, 26 Apr 2010 20:48:54 +0000 (20:48 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 26 Apr 2010 20:48:54 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102380 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 1568dbc4450619a2b6c1918dc8b71bfb3334f210..d663521abaf24b100569c14c5f8c2d4b7a1c31be 100644 (file)
@@ -3773,11 +3773,6 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
     return 0;
   }
   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);
     if (!DIDescriptor::ValidDebugInfo(DI.getVariable(), CodeGenOpt::None))
       return 0;