1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[Sparc][Leon] Missed resetting option flags from check-in 278489.

llvm-svn: 278492
This commit is contained in:
Chris Dewhurst 2016-08-12 09:54:39 +00:00
parent f4610cdbe3
commit 21c5b60822

View File

@ -49,6 +49,9 @@ SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU,
FixAllFDIVSQRT = false;
InsertNOPLoad = false;
InsertNOPsLoadStore = false;
FillDataCache = false;
RestoreExecAddress = false;
// Determine default and user specified characteristics
std::string CPUName = CPU;