diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-27 22:00:01 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-27 22:00:01 +0000 |
commit | 53dc616170500d08e86601f657d4441a0278e828 (patch) | |
tree | 7980941ddf63035524071d91ec5ff227b4b87940 | |
parent | 0c398b9c7ed42b313cedbc15c82c09f14abb2c37 (diff) | |
download | bcm5719-llvm-53dc616170500d08e86601f657d4441a0278e828.tar.gz bcm5719-llvm-53dc616170500d08e86601f657d4441a0278e828.zip |
Remove outdated FIXME comment.
llvm-svn: 136275
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 26819d7895a..998d5070cae 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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); |