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 /lib/Target | |
parent | 92976137df33c931d2b6ad246d64b83120c0ed2e (diff) | |
download | external_llvm-1523aac530e5fcd045bad0e298ca8527f0d23a73.zip external_llvm-1523aac530e5fcd045bad0e298ca8527f0d23a73.tar.gz external_llvm-1523aac530e5fcd045bad0e298ca8527f0d23a73.tar.bz2 |
Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12765 91177308-0d34-0410-b5e6-96231b3b80d8
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 |