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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Dewhurst 2016-08-12 09:54:39 +00:00
parent 85f3311cd5
commit 6af6409f90

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;