From: Brian Gaeke Date: Wed, 7 Apr 2004 20:38:57 +0000 (+0000) Subject: Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1523aac530e5fcd045bad0e298ca8527f0d23a73;p=oota-llvm.git Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12765 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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