[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Chris Lattner
sabre at nondot.org
Mon Apr 9 16:34:30 PDT 2007
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.121 -> 1.122
---
Log message:
remove dead target hooks.
---
Diffs of the changes: (+0 -13)
TargetLowering.h | 13 -------------
1 files changed, 13 deletions(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.121 llvm/include/llvm/Target/TargetLowering.h:1.122
--- llvm/include/llvm/Target/TargetLowering.h:1.121 Mon Apr 9 17:27:04 2007
+++ llvm/include/llvm/Target/TargetLowering.h Mon Apr 9 18:34:08 2007
@@ -879,19 +879,6 @@
/// AM is legal for this target, for a load/store of the specified type.
/// TODO: Handle pre/postinc as well.
virtual bool isLegalAddressingMode(const AddrMode &AM, 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.
- virtual bool isLegalAddressImmediate(int64_t V, const Type *Ty) const;
-
- /// isLegalAddressImmediate - Return true if the GlobalValue can be used as
- /// the offset of the target addressing mode.
- virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
-
- /// isLegalAddressScale - Return true if the integer value can be used as the
- /// scale of the target addressing mode for load / store of the given type.
- virtual bool isLegalAddressScale(int64_t S, const Type *Ty) const;
//===--------------------------------------------------------------------===//
// Div utility functions
More information about the llvm-commits
mailing list