Handle debug info for i128 constants.
llvm-svn: 133821
This commit is contained in:
@@ -267,6 +267,9 @@ void MachineOperand::print(raw_ostream &OS, const TargetMachine *TM) const {
|
||||
case MachineOperand::MO_Immediate:
|
||||
OS << getImm();
|
||||
break;
|
||||
case MachineOperand::MO_CImmediate:
|
||||
getCImm()->getValue().print(OS, false);
|
||||
break;
|
||||
case MachineOperand::MO_FPImmediate:
|
||||
if (getFPImm()->getType()->isFloatTy())
|
||||
OS << getFPImm()->getValueAPF().convertToFloat();
|
||||
|
||||
Reference in New Issue
Block a user