Fix crash which was caused by not attempting to compute register properties. Now, the register properties fail to be computed because "No integer registers defined!"

This commit is contained in:
Jeremy Rand 2015-07-30 01:48:59 -04:00
parent b11140166b
commit e3aaebf907
1 changed files with 1 additions and 1 deletions

View File

@ -1582,8 +1582,8 @@ WDC65816TargetLowering::WDC65816TargetLowering(TargetMachine &TM)
setMinFunctionAlignment(2);
computeRegisterProperties();
#endif
computeRegisterProperties();
}
#if 0 // WDC_TODO - Disable this stuff for now...