[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Evan Cheng
evan.cheng at apple.com
Tue Mar 27 18:51:23 PDT 2007
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.116 -> 1.117
---
Log message:
Remove isLegalAddressImmediate.
---
Diffs of the changes: (+0 -6)
TargetLowering.h | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.116 llvm/include/llvm/Target/TargetLowering.h:1.117
--- llvm/include/llvm/Target/TargetLowering.h:1.116 Sat Mar 24 21:14:49 2007
+++ llvm/include/llvm/Target/TargetLowering.h Tue Mar 27 20:51:02 2007
@@ -856,12 +856,6 @@
// Loop Strength Reduction hooks
//
- /// 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.
More information about the llvm-commits
mailing list