[SPARC] Add missing variable initialization after r308343.

llvm-svn: 308415
This commit is contained in:
James Y Knight 2017-07-19 04:08:42 +00:00
parent dce1134c33
commit 0e4ce61d2a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ void SparcSubtarget::anchor() { }
SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU,
StringRef FS) {
UseSoftMulDiv = false;
IsV9 = false;
IsLeon = false;
V8DeprecatedInsts = false;