aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLowering.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-28 01:53:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-28 01:53:55 +0000
commitcaaf69107ece8bd9864fed4d64e2a84fa5f8cd4b (patch)
treef1134425261d5e769149e6ee0ace37529e909cfa /include/llvm/Target/TargetLowering.h
parent73ad8354ec9dde60ed8eb9b75d57f36ea7e49cca (diff)
downloadexternal_llvm-caaf69107ece8bd9864fed4d64e2a84fa5f8cd4b.zip
external_llvm-caaf69107ece8bd9864fed4d64e2a84fa5f8cd4b.tar.gz
external_llvm-caaf69107ece8bd9864fed4d64e2a84fa5f8cd4b.tar.bz2
Remove isLegalAddressImmediate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r--include/llvm/Target/TargetLowering.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 5f51d13..4af25d8 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -856,12 +856,6 @@ public:
// 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.
- virtual bool isLegalAddressExpression(unsigned Opc, Value *Op0, Value *Op1,
- const Type *Ty) const;
-
/// 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.