projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9297613
)
Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.
author
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 7 Apr 2004 20:38:57 +0000
(20:38 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 7 Apr 2004 20:38:57 +0000
(20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12765
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
index 57ebde37e2509d94008aff08da32b35cd2528dca..1fca89f945279aa2b0bd29d4cf16d0021ac0fe25 100644
(file)
--- 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