diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-07 20:38:57 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-07 20:38:57 +0000 |
commit | 1523aac530e5fcd045bad0e298ca8527f0d23a73 (patch) | |
tree | 8d336bbaf8b3de16983a0dd0ed7341f9cd667811 | |
parent | 92976137df33c931d2b6ad246d64b83120c0ed2e (diff) |
Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12765 91177308-0d34-0410-b5e6-96231b3b80d8
-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 57ebde37e2..1fca89f945 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 |