diff options
Diffstat (limited to 'include/llvm/CodeGen/InstrSelectionSupport.h')
-rw-r--r-- | include/llvm/CodeGen/InstrSelectionSupport.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/InstrSelectionSupport.h b/include/llvm/CodeGen/InstrSelectionSupport.h index 33af635..0d5a40e 100644 --- a/include/llvm/CodeGen/InstrSelectionSupport.h +++ b/include/llvm/CodeGen/InstrSelectionSupport.h @@ -16,12 +16,7 @@ #include "llvm/Instruction.h" #include "llvm/CodeGen/MachineInstr.h" -class Method; -class InstrForest; -class MachineInstr; class InstructionNode; -class TmpInstruction; -class Constant; class TargetMachine; @@ -104,8 +99,8 @@ void Set3OperandsFromInstr (MachineInstr* minstr, // //--------------------------------------------------------------------------- -MachineOperand::MachineOperandType - ChooseRegOrImmed (Value* val, +MachineOperand::MachineOperandType ChooseRegOrImmed( + Value* val, MachineOpCode opCode, const TargetMachine& targetMachine, bool canUseImmed, |