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

Chris Lattner sabre at nondot.org
Mon Apr 9 15:27:25 PDT 2007



Changes in directory llvm/lib/CodeGen/SelectionDAG:

TargetLowering.cpp updated: 1.105 -> 1.106
---
Log message:

remove some dead target hooks, subsumed by isLegalAddressingMode


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

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


Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.105 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.106
--- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.105	Fri Mar 30 23:05:24 2007
+++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp	Mon Apr  9 17:27:04 2007
@@ -1993,23 +1993,6 @@
   return false;
 }
 
-/// isLegalAddressScaleAndImm - Return true if S works for IsLegalAddressScale
-/// and V works for isLegalAddressImmediate _and_ both can be applied
-/// simultaneously to the same instruction.
-bool TargetLowering::isLegalAddressScaleAndImm(int64_t S, int64_t V, 
-                                               const Type* Ty) const {
-  return false;
-}
-
-/// 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 Type* Ty) const {
-
-  return false;
-}
-
 // Magic for divide replacement
 
 struct ms {






More information about the llvm-commits mailing list