[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
    Dale Johannesen 
    dalej at apple.com
       
    Wed Mar 21 14:52:15 PDT 2007
    
    
  
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
    
    
More information about the llvm-commits
mailing list