mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Delete dead code.
llvm-svn: 113436
This commit is contained in:
parent
b87520ca74
commit
2a86c17b8d
@ -123,7 +123,6 @@ class ARMFastISel : public FastISel {
|
||||
bool ARMLoadAlloca(const Instruction *I, EVT VT);
|
||||
bool ARMStoreAlloca(const Instruction *I, unsigned SrcReg, EVT VT);
|
||||
bool ARMComputeRegOffset(const Value *Obj, unsigned &Reg, int &Offset);
|
||||
bool ARMMaterializeConstant(const ConstantInt *Val, unsigned &Reg);
|
||||
|
||||
bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
|
||||
const MachineInstrBuilder &AddOptionalDefs(const MachineInstrBuilder &MIB);
|
||||
|
Loading…
Reference in New Issue
Block a user