diff options
author | Chris Dewhurst <chris.dewhurst@lero.ie> | 2016-08-12 09:34:26 +0000 |
---|---|---|
committer | Chris Dewhurst <chris.dewhurst@lero.ie> | 2016-08-12 09:34:26 +0000 |
commit | 829f8efe558e1cb2cee75395d1f18a52d2955db2 (patch) | |
tree | 36e5b0fe8e5c5647a7e93ac46663a599a0fdc694 /llvm/lib/Target/Sparc/SparcSubtarget.cpp | |
parent | 6604e9638bfbf1af75c6fd7f5ec4b09b23abcaa9 (diff) | |
download | bcm5719-llvm-829f8efe558e1cb2cee75395d1f18a52d2955db2.tar.gz bcm5719-llvm-829f8efe558e1cb2cee75395d1f18a52d2955db2.zip |
[Sparc][Leon] Errata fixes for various errata in different versions of the Leon variants of the Sparc 32 bit processor.
The nature of the errata are listed in the comments preceding the errata fix passes. Relevant unit tests are implemented for each of these.
These changes update older versions of these errata fixes with improvements to code and unit tests.
Differential Revision: https://reviews.llvm.org/D21960
llvm-svn: 278489
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcSubtarget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcSubtarget.cpp b/llvm/lib/Target/Sparc/SparcSubtarget.cpp index a6a4dc54fae..dd5fa2d6fe7 100644 --- a/llvm/lib/Target/Sparc/SparcSubtarget.cpp +++ b/llvm/lib/Target/Sparc/SparcSubtarget.cpp @@ -48,7 +48,6 @@ SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU, PreventRoundChange = false; FixAllFDIVSQRT = false; InsertNOPLoad = false; - FlushCacheLineSWAP = false; InsertNOPsLoadStore = false; // Determine default and user specified characteristics |