Remove outdated FIXME comment.

llvm-svn: 136275
This commit is contained in:
Devang Patel 2011-07-27 22:00:01 +00:00
parent 0c398b9c7e
commit 53dc616170
1 changed files with 0 additions and 1 deletions

View 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);