mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
[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:
parent
85f3311cd5
commit
6af6409f90
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user