summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-02-20 00:54:35 +0000
committerEric Christopher <echristo@gmail.com>2014-02-20 00:54:35 +0000
commit9651bc00eb5c4a78401ad405bd72fccb078b46f8 (patch)
treef9c04d74ff34c28d17ea0938c1b94a0b6ca9c13a /llvm/lib/CodeGen/AsmPrinter
parentff26163768b5421f089e670bb66ee20445030fd9 (diff)
downloadbcm5719-llvm-9651bc00eb5c4a78401ad405bd72fccb078b46f8.tar.gz
bcm5719-llvm-9651bc00eb5c4a78401ad405bd72fccb078b46f8.zip
Remove FIXME that had snuck in.
llvm-svn: 201745
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
index 933587ad868..dfffcadf61e 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
@@ -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();
OpenPOWER on IntegriCloud