Change-Id: I261966f540d2f51297a3e2cf7da24b0f4632fc17
This commit is contained in:
sys_hudsonse
2018-05-18 15:35:33 -07:00
committed by gbsbuild
parent 87d2b03016
commit c670611c26

View File

@ -112,7 +112,7 @@ DEF_VISA_OPTION(vISA_RATrace, ET_BOOL, "-ratrace", UNUSED, false)
DEF_VISA_OPTION(vISA_FastSpill, ET_BOOL, "-fasterRA", UNUSED, false)
DEF_VISA_OPTION(vISA_AbortOnSpillThreshold, ET_INT32, NULLSTR, UNUSED, 0)
DEF_VISA_OPTION(vISA_enableBCR, ET_BOOL, "-enableBCR", UNUSED, false)
DEF_VISA_OPTION(vISA_hierarchicaIPA, ET_BOOL, "-oldIPA", UNUSED, true)
DEF_VISA_OPTION(vISA_hierarchicaIPA, ET_BOOL, "-fastIPA", UNUSED, false)
//=== scheduler options ===