aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLowering.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-03-21 21:51:52 +0000
committerDale Johannesen <dalej@apple.com>2007-03-21 21:51:52 +0000
commitfa4bce2b76c8557cfd0794beef86efe5fb0087fa (patch)
tree76dfc05929d24bc9c4f2a8871ee3508223e5ac7a /include/llvm/Target/TargetLowering.h
parent3070cd7e80817a72dd7873b35ed32159bc52568b (diff)
downloadexternal_llvm-fa4bce2b76c8557cfd0794beef86efe5fb0087fa.zip
external_llvm-fa4bce2b76c8557cfd0794beef86efe5fb0087fa.tar.gz
external_llvm-fa4bce2b76c8557cfd0794beef86efe5fb0087fa.tar.bz2
repair x86 performance, dejagnu problems from previous change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r--include/llvm/Target/TargetLowering.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index e0d6740..71923b6 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -883,7 +883,8 @@ public:
/// isLegalAddressScaleAndImm - Return true if S works for IsLegalAddressScale
/// and GV works for isLegalAddressImmediate _and_ both can be applied
/// simultaneously to the same instruction.
- virtual bool isLegalAddressScaleAndImm(int64_t S, GlobalValue *GV) const;
+ virtual bool isLegalAddressScaleAndImm(int64_t S, GlobalValue *GV,
+ const Type* Ty) const;
//===--------------------------------------------------------------------===//
// Div utility functions