Changes in directory llvm/lib/CodeGen/SelectionDAG:

TargetLowering.cpp updated: 1.102 -> 1.103
---
Log message:

Remove isLegalAddressImmediate.

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

 TargetLowering.cpp |    8 --------
 1 files changed, 8 deletions(-)


Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.102 
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.103
--- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.102      Sat Mar 24 
23:35:41 2007
+++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp    Tue Mar 27 20:51:02 2007
@@ -1940,14 +1940,6 @@
 //  Loop Strength Reduction hooks
 
//===----------------------------------------------------------------------===//
 
-/// isLegalAddressExpression - Return true if the binary expression made up of
-/// specified opcode, operands, and type can be folded into target addressing
-/// mode for load / store of the given type.
-bool TargetLowering::isLegalAddressExpression(unsigned Opc, Value *Op0,
-                                             Value *Op1, const Type *Ty) const 
{
-  return false;
-}
-
 /// isLegalAddressImmediate - Return true if the integer value can be used as
 /// the offset of the target addressing mode for load / store of the given
 /// type.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to