Remove outdated FIXME comment.
authorDevang Patel <dpatel@apple.com>
Wed, 27 Jul 2011 22:00:01 +0000 (22:00 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 27 Jul 2011 22:00:01 +0000 (22:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136275 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 26819d7895a007cbdc0870f3f2efb97ef2db43c2..998d5070cae3ca6ce35ca6bb7c1a3b358f48ba30 100644 (file)
@@ -722,7 +722,6 @@ DIE *DwarfDebug::constructVariableDIE(DbgVariable *DV, DbgScope *Scope) {
   if (DVI != DbgVariableToDbgInstMap.end()) {
     const MachineInstr *DVInsn = DVI->second;
     bool updated = false;
-    // FIXME : Handle getNumOperands != 3
     if (DVInsn->getNumOperands() == 3) {
       if (DVInsn->getOperand(0).isReg()) {
         const MachineOperand RegOp = DVInsn->getOperand(0);