summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/llvm/Target/TargetSubtargetInfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetSubtargetInfo.h b/include/llvm/Target/TargetSubtargetInfo.h
index 08c78f2564..6db96d980b 100644
--- a/include/llvm/Target/TargetSubtargetInfo.h
+++ b/include/llvm/Target/TargetSubtargetInfo.h
@@ -54,12 +54,6 @@ public:
return 0;
}
- /// 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.
- virtual unsigned getSpecialAddressLatency() const { return 0; }
-
// enablePostRAScheduler - If the target can benefit from post-regalloc
// scheduling and the specified optimization level meets the requirement
// return true to enable post-register-allocation scheduling. In