Changes in directory llvm/lib/Target/ARM:
ARMISelLowering.h updated: 1.8 -> 1.9 --- Log message: Remove isLegalAddressImmediate. --- Diffs of the changes: (+0 -6) ARMISelLowering.h | 6 ------ 1 files changed, 6 deletions(-) Index: llvm/lib/Target/ARM/ARMISelLowering.h diff -u llvm/lib/Target/ARM/ARMISelLowering.h:1.8 llvm/lib/Target/ARM/ARMISelLowering.h:1.9 --- llvm/lib/Target/ARM/ARMISelLowering.h:1.8 Sat Mar 24 21:14:49 2007 +++ llvm/lib/Target/ARM/ARMISelLowering.h Tue Mar 27 20:52:29 2007 @@ -80,12 +80,6 @@ virtual MachineBasicBlock *InsertAtEndOfBasicBlock(MachineInstr *MI, MachineBasicBlock *MBB); - /// isLegalAddressExpression - Return true if the binary expression made up - /// of specified opcode, operands, and type can be folded into target - /// addressing mode for load / store of the given type. - virtual bool isLegalAddressExpression(unsigned Opc, Value *Op0, Value *Op1, - const Type *Ty) const; - /// isLegalAddressImmediate - Return true if the integer value can be used /// as the offset of the target addressing mode for load / store of the /// given type. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits