summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-10-08 18:54:00 +0000
committerAndrew Trick <atrick@apple.com>2012-10-08 18:54:00 +0000
commit39817f9d393fdc29ec35fc8626d8b372415df414 (patch)
treea05a17bc04b846d5f2b3e04f7099c23bb659d1fc /lib/Target/X86/X86Subtarget.h
parenta98f600a64b7b70754df58926ce8d60feeb9ce29 (diff)
downloadllvm-39817f9d393fdc29ec35fc8626d8b372415df414.tar.gz
llvm-39817f9d393fdc29ec35fc8626d8b372415df414.tar.bz2
llvm-39817f9d393fdc29ec35fc8626d8b372415df414.tar.xz
misched: remove the unused getSpecialAddressLatency hook.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86Subtarget.h')
-rw-r--r--lib/Target/X86/X86Subtarget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/X86/X86Subtarget.h b/lib/Target/X86/X86Subtarget.h
index f723c66b72..3a990fc5de 100644
--- a/lib/Target/X86/X86Subtarget.h
+++ b/lib/Target/X86/X86Subtarget.h
@@ -305,12 +305,6 @@ public:
/// returns null.
const char *getBZeroEntry() const;
- /// getSpecialAddressLatency - For targets where it is beneficial to
- /// backschedule instructions that compute addresses, return a value
- /// indicating the number of scheduling cycles of backscheduling that
- /// should be attempted.
- unsigned getSpecialAddressLatency() const;
-
/// enablePostRAScheduler - run for Atom optimization.
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
TargetSubtargetInfo::AntiDepBreakMode& Mode,