diff options
author | Matthias Braun <matze@braunis.de> | 2018-01-10 22:36:28 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2018-01-10 22:36:28 +0000 |
commit | e3a8db7ba1f8c18ccaddbdc84e19af8eead6df4d (patch) | |
tree | 2c66857c7f3253e28194d4153539b7f35c30605b /llvm/lib/CodeGen/TargetSubtargetInfo.cpp | |
parent | f23ccf06c6abe9fe65b7f6793202e1e551a95cfc (diff) | |
download | bcm5719-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.cpp | 3 |
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 { -} |