OSDN Git Service

Remove FIXME that had snuck in.
authorEric Christopher <echristo@gmail.com>
Thu, 20 Feb 2014 00:54:35 +0000 (00:54 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 20 Feb 2014 00:54:35 +0000 (00:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201745 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfUnit.cpp

index 933587a..dfffcad 100644 (file)
@@ -794,7 +794,6 @@ void DwarfUnit::addConstantValue(DIE *Die, const MachineOperand &MO,
 /// addConstantFPValue - Add constant value entry in variable DIE.
 void DwarfUnit::addConstantFPValue(DIE *Die, const MachineOperand &MO) {
   assert(MO.isFPImm() && "Invalid machine operand!");
-  // FIXME-echristo: Use a block here.
   DIEBlock *Block = new (DIEValueAllocator) DIEBlock();
   APFloat FPImm = MO.getFPImm()->getValueAPF();