diff --git a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h index 57ebde37e25..1fca89f9452 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h +++ b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h @@ -222,6 +222,11 @@ convertOpcodeFromRegToImm(unsigned Opcode) { } } +MachineOperand::MachineOperandType +ChooseRegOrImmed(Value* val, MachineOpCode opCode, + const TargetMachine& targetMachine, bool canUseImmed, + unsigned& getMachineRegNum, int64_t& getImmedValue); + } // End llvm namespace #endif