summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
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/MIRParser
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/MIRParser')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MIRParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
index e4e3fbbd75d..7d8e62736a3 100644
--- a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
@@ -417,8 +417,6 @@ MIRParserImpl::initializeMachineFunction(const yaml::MachineFunction &YamlMF,
computeFunctionProperties(MF);
- MF.getSubtarget().mirFileLoaded(MF);
-
MF.verify();
return false;
}
OpenPOWER on IntegriCloud