mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
* Minor cleanups
* Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user