]> granicus.if.org Git - llvm/commitdiff
[SPARC] Add missing variable initialization after r308343.
authorJames Y Knight <jyknight@google.com>
Wed, 19 Jul 2017 04:08:42 +0000 (04:08 +0000)
committerJames Y Knight <jyknight@google.com>
Wed, 19 Jul 2017 04:08:42 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcSubtarget.cpp

index 43ddef3cc96e9f6226325ab07ce9c4d66c40b6f0..daac56add87cee3883fe7a8146380bbd0c4ab6c0 100644 (file)
@@ -28,6 +28,7 @@ void SparcSubtarget::anchor() { }
 
 SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU,
                                                                 StringRef FS) {
+  UseSoftMulDiv = false;
   IsV9 = false;
   IsLeon = false;
   V8DeprecatedInsts = false;