diff options
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrSelectionSupport.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h index 57ebde3..1fca89f 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 |