[Sparc][Leon] Missed resetting option flags from check-in 278489.
authorChris Dewhurst <chris.dewhurst@lero.ie>
Fri, 12 Aug 2016 09:54:39 +0000 (09:54 +0000)
committerChris Dewhurst <chris.dewhurst@lero.ie>
Fri, 12 Aug 2016 09:54:39 +0000 (09:54 +0000)
llvm-svn: 278492

llvm/lib/Target/Sparc/SparcSubtarget.cpp

index dd5fa2d..f38c578 100644 (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;