diff options
author | James Y Knight <jyknight@google.com> | 2016-08-12 14:48:09 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2016-08-12 14:48:09 +0000 |
commit | 2cc9da9a654ca1f9f90d1eaaea889516074f975f (patch) | |
tree | b322c45c79fc2e10d8aa6eb750b2ecc23ee71db1 /llvm/lib/Target/Sparc/SparcSubtarget.cpp | |
parent | 3785393def95f2b52ef28e9bcb3985066812d2db (diff) | |
download | llvm-2cc9da9a654ca1f9f90d1eaaea889516074f975f.zip llvm-2cc9da9a654ca1f9f90d1eaaea889516074f975f.tar.gz llvm-2cc9da9a654ca1f9f90d1eaaea889516074f975f.tar.bz2 |
Revert "[Sparc] Leon errata fix passes."
...and the two followup commits:
Revert "[Sparc][Leon] Missed resetting option flags from check-in 278489."
Revert "[Sparc][Leon] Errata fixes for various errata in different
versions of the Leon variants of the Sparc 32 bit processor."
This reverts commit r274856, r278489, and r278492.
llvm-svn: 278511
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcSubtarget.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/llvm/lib/Target/Sparc/SparcSubtarget.cpp b/llvm/lib/Target/Sparc/SparcSubtarget.cpp index f38c578..97d4aef 100644 --- a/llvm/lib/Target/Sparc/SparcSubtarget.cpp +++ b/llvm/lib/Target/Sparc/SparcSubtarget.cpp @@ -39,19 +39,10 @@ SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU, // Leon features HasLeonCasa = false; HasUmacSmac = false; - PerformSDIVReplace = false; - FixCallImmediates = false; - IgnoreZeroFlag = false; - InsertNOPDoublePrecision = false; + InsertNOPLoad = false; FixFSMULD = false; ReplaceFMULS = false; - PreventRoundChange = false; FixAllFDIVSQRT = false; - InsertNOPLoad = false; - InsertNOPsLoadStore = false; - FillDataCache = false; - RestoreExecAddress = false; - // Determine default and user specified characteristics std::string CPUName = CPU; |