diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-04-26 22:59:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-04-26 22:59:59 +0000 |
| commit | b4224cda3b805c539adf35e167dc3bd7cf2ae03f (patch) | |
| tree | a44b8c2e1b80e66bdec7f769f21ce2f549aa5235 | |
| parent | fa2d2f2886198569759b5186b11fbcbc363836dc (diff) | |
| download | bcm5719-llvm-b4224cda3b805c539adf35e167dc3bd7cf2ae03f.tar.gz bcm5719-llvm-b4224cda3b805c539adf35e167dc3bd7cf2ae03f.zip | |
no need to implement this method and just have it call
the default impl.
llvm-svn: 50311
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUISelLowering.cpp | 10 | ||||
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUISelLowering.h | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp index 1cb691882de..ca5638cc691 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp @@ -2895,16 +2895,6 @@ SPUTargetLowering::computeMaskedBitsForTargetNode(const SDOperand Op, } } -// LowerAsmOperandForConstraint -void -SPUTargetLowering::LowerAsmOperandForConstraint(SDOperand Op, - char ConstraintLetter, - std::vector<SDOperand> &Ops, - SelectionDAG &DAG) { - // Default, for the time being, to the base class handler - TargetLowering::LowerAsmOperandForConstraint(Op, ConstraintLetter, Ops, DAG); -} - /// isLegalAddressImmediate - Return true if the integer value can be used /// as the offset of the target addressing mode. bool SPUTargetLowering::isLegalAddressImmediate(int64_t V, const Type *Ty) const { diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.h b/llvm/lib/Target/CellSPU/SPUISelLowering.h index d5bfac4ca75..4e9f474dfbc 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.h +++ b/llvm/lib/Target/CellSPU/SPUISelLowering.h @@ -125,10 +125,6 @@ namespace llvm { getRegForInlineAsmConstraint(const std::string &Constraint, MVT::ValueType VT) const; - void LowerAsmOperandForConstraint(SDOperand Op, char ConstraintLetter, - std::vector<SDOperand> &Ops, - SelectionDAG &DAG); - /// isLegalAddressImmediate - Return true if the integer value can be used /// as the offset of the target addressing mode. virtual bool isLegalAddressImmediate(int64_t V, const Type *Ty) const; |

