diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-03-28 01:53:55 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-03-28 01:53:55 +0000 |
commit | c2cba18f2b2e32fce5044a065aa8fcf634d64c20 (patch) | |
tree | 7c222ed5cb2cc96ad5e3c22b2db25b1a2c1b3515 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 6d8e75ddb21df750ab1121bec91a2ee624cd5d9f (diff) | |
download | bcm5719-llvm-c2cba18f2b2e32fce5044a065aa8fcf634d64c20.tar.gz bcm5719-llvm-c2cba18f2b2e32fce5044a065aa8fcf634d64c20.zip |
Remove isLegalAddressImmediate.
llvm-svn: 35406
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index ee9fa67fa40..97c0939951b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -1940,14 +1940,6 @@ getRegForInlineAsmConstraint(const std::string &Constraint, // 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. |