mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Remove FIXME that had snuck in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58e0feee1f
commit
964698774e
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user