[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Chris Lattner sabre at nondot.org
Mon Apr 9 15:27:26 PDT 2007



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.120 -> 1.121
---
Log message:

remove some dead target hooks, subsumed by isLegalAddressingMode


---
Diffs of the changes:  (+0 -11)

 TargetLowering.h |   11 -----------
 1 files changed, 11 deletions(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.120 llvm/include/llvm/Target/TargetLowering.h:1.121
--- llvm/include/llvm/Target/TargetLowering.h:1.120	Mon Apr  9 16:18:34 2007
+++ llvm/include/llvm/Target/TargetLowering.h	Mon Apr  9 17:27:04 2007
@@ -893,17 +893,6 @@
   /// scale of the target addressing mode for load / store of the given type.
   virtual bool isLegalAddressScale(int64_t S, const Type *Ty) const;
 
-  /// isLegalAddressScaleAndImm - Return true if S works for IsLegalAddressScale
-  /// and V works for isLegalAddressImmediate _and_ both can be applied
-  /// simultaneously to the same instruction.
-  virtual bool isLegalAddressScaleAndImm(int64_t S, int64_t V, 
-                                                    const Type* Ty) const;
-  /// isLegalAddressScaleAndImm - Return true if S works for IsLegalAddressScale
-  /// and GV works for isLegalAddressImmediate _and_ both can be applied
-  /// simultaneously to the same instruction.
-  virtual bool isLegalAddressScaleAndImm(int64_t S, GlobalValue *GV,
-                                                    const Type* Ty) const;
-
   //===--------------------------------------------------------------------===//
   // Div utility functions
   //






More information about the llvm-commits mailing list