Skip to content

Commit 2a87f79

Browse files
bcheng0127igcbot
authored andcommitted
Enable acc sub before RA
Enable acc sub before RA
1 parent 8afdd3d commit 2a87f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptionsDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ DEF_VISA_OPTION(vISA_enableCleanupBindless, ET_BOOL, NULLSTR, UNUSED,
7777
DEF_VISA_OPTION(vISA_EnableSplitVariables, ET_BOOL, "-noSplitVariables", UNUSED, false)
7878
DEF_VISA_OPTION(vISA_ChangeMoveType, ET_BOOL, "-ALTMode", UNUSED, true)
7979
DEF_VISA_OPTION(vISA_accSubstitution, ET_BOOL, "-noAccSub", UNUSED, true)
80-
DEF_VISA_OPTION(vISA_accSubBeforeRA, ET_BOOL, "-noAccSubBRA", UNUSED, false)
80+
DEF_VISA_OPTION(vISA_accSubBeforeRA, ET_BOOL, "-noAccSubBRA", UNUSED, true)
8181
DEF_VISA_OPTION(vISA_doAccSubAfterSchedule, ET_BOOL, "-accSubPostSchedule", UNUSED, true)
8282
DEF_VISA_OPTION(vISA_localizationForAccSub, ET_BOOL, "-localizeForACC", UNUSED, false)
8383
DEF_VISA_OPTION(vISA_mathAccSub, ET_BOOL, "-mathAccSub", UNUSED, false)

0 commit comments

Comments
 (0)