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 | 0748f83d3740582c408ab31c66261c2491565a84 (patch) | |
tree | 4e554bb194b937ce26ae7f902167711308a1cefd | |
parent | 71725a099e6d0cba24a63f9c9063f6efee3bf76e (diff) | |
download | external_llvm-0748f83d3740582c408ab31c66261c2491565a84.zip external_llvm-0748f83d3740582c408ab31c66261c2491565a84.tar.gz external_llvm-0748f83d3740582c408ab31c66261c2491565a84.tar.bz2 |
Remove outdated FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136275 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 26819d78..998d507 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/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); |