diff options
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 97b12b4d40..6bf72a3d15 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -893,17 +893,6 @@ public: /// 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 // |