Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.114 -> 1.115 --- Log message: repair x86 performance, dejagnu problems from previous change --- Diffs of the changes: (+2 -1) TargetLowering.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Target/TargetLowering.h diff -u llvm/include/llvm/Target/TargetLowering.h:1.114 llvm/include/llvm/Target/TargetLowering.h:1.115 --- llvm/include/llvm/Target/TargetLowering.h:1.114 Tue Mar 20 16:54:54 2007 +++ llvm/include/llvm/Target/TargetLowering.h Wed Mar 21 16:51:52 2007 @@ -883,7 +883,8 @@ /// 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; + virtual bool isLegalAddressScaleAndImm(int64_t S, GlobalValue *GV, + const Type* Ty) const; //===--------------------------------------------------------------------===// // Div utility functions _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits