mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[SPARC] Add missing variable initialization after r308343.
llvm-svn: 308415
This commit is contained in:
parent
66c70e9248
commit
331d9b7566
@ -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
Block a user