summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2018-01-10 22:36:28 +0000
committerMatthias Braun <matze@braunis.de>2018-01-10 22:36:28 +0000
commite3a8db7ba1f8c18ccaddbdc84e19af8eead6df4d (patch)
tree2c66857c7f3253e28194d4153539b7f35c30605b /llvm/lib/CodeGen/TargetSubtargetInfo.cpp
parentf23ccf06c6abe9fe65b7f6793202e1e551a95cfc (diff)
downloadbcm5719-llvm-e3a8db7ba1f8c18ccaddbdc84e19af8eead6df4d.tar.gz
bcm5719-llvm-e3a8db7ba1f8c18ccaddbdc84e19af8eead6df4d.zip
Revert "AArch64: Fix emergency spillslot being out of reach for large callframes"
Revert for now as the testcase is hitting a pre-existing verifier error that manifest as a failure when expensive checks are enabled (or -verify-machineinstrs) is used. This reverts commit r322200. llvm-svn: 322231
Diffstat (limited to 'llvm/lib/CodeGen/TargetSubtargetInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetSubtargetInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/TargetSubtargetInfo.cpp b/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
index 7aab869f025..1a317cd865f 100644
--- a/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
+++ b/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
@@ -111,6 +111,3 @@ std::string TargetSubtargetInfo::getSchedInfoStr(MCInst const &MCI) const {
TSchedModel.computeInstrRThroughput(MCI.getOpcode());
return createSchedInfoStr(Latency, RThroughput);
}
-
-void TargetSubtargetInfo::mirFileLoaded(MachineFunction &MF) const {
-}
OpenPOWER on IntegriCloud