[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Dale Johannesen dalej at apple.com
Wed Mar 21 14:52:15 PDT 2007



Changes in directory llvm/lib/CodeGen/SelectionDAG:

TargetLowering.cpp updated: 1.98 -> 1.99
---
Log message:

repair x86 performance, dejagnu problems from previous change


---
Diffs of the changes:  (+2 -2)

 TargetLowering.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.98 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.99
--- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.98	Tue Mar 20 16:54:54 2007
+++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp	Wed Mar 21 16:51:52 2007
@@ -1969,8 +1969,8 @@
 /// isLegalAddressScaleAndImm - Return true if S works for IsLegalAddressScale
 /// and GV works for isLegalAddressImmediate _and_ both can be applied
 /// simultaneously to the same instruction.
-bool TargetLowering::isLegalAddressScaleAndImm(int64_t S, 
-                                               GlobalValue *GV) const {
+bool TargetLowering::isLegalAddressScaleAndImm(int64_t S, GlobalValue *GV,
+                                               const Type* Ty) const {
 
   return false;
 }






More information about the llvm-commits mailing list