forked from OSchip/llvm-project
[SPARC] Add missing variable initialization after r308343.
llvm-svn: 308415
This commit is contained in:
parent
dce1134c33
commit
0e4ce61d2a
|
@ -28,6 +28,7 @@ void SparcSubtarget::anchor() { }
|
|||
|
||||
SparcSubtarget &SparcSubtarget::initializeSubtargetDependencies(StringRef CPU,
|
||||
StringRef FS) {
|
||||
UseSoftMulDiv = false;
|
||||
IsV9 = false;
|
||||
IsLeon = false;
|
||||
V8DeprecatedInsts = false;
|
||||
|
|
Loading…
Reference in New Issue