Bug 894813 - IonMonkey: Enable --ion-check-range-analysis in jit_test.py --tbpl. r=jandem

This commit is contained in:
Dan Gohman 2013-08-19 10:35:46 -07:00
parent fbd60c18d1
commit e468d2fc6d

View File

@ -144,6 +144,7 @@ def main(argv):
flags = [
[], # no flags, normal baseline and ion
['--ion-eager'], # implies --baseline-eager
['--ion-eager', '--ion-check-range-analysis'],
['--baseline-eager'],
['--baseline-eager', '--no-ti', '--no-fpu'],
['--no-baseline', '--no-ion'],