Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12765 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-04-07 20:38:57 +00:00
parent 92976137df
commit 1523aac530

View File

@ -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