1
0
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:
James Y Knight 2017-07-19 04:08:42 +00:00
parent 66c70e9248
commit 331d9b7566

View File

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