diff --git a/rocclr/compiler/lib/utils/OPTIONS.def b/rocclr/compiler/lib/utils/OPTIONS.def index 5026355dc3..83d0fd0bde 100644 --- a/rocclr/compiler/lib/utils/OPTIONS.def +++ b/rocclr/compiler/lib/utils/OPTIONS.def @@ -755,9 +755,9 @@ OPTION(OT_UINT32, \ OA_RUNTIME|OVIS_SUPPORT|OVA_REQUIRED|OA_SEPARATOR_EQUAL, \ "scras", "sc-si-opt-reg-alloc-strategy", \ SCSIOptRegAllocStrategy, \ - 2, 0, 3, NULL, \ - "Set SI+ shader compiler register allocation strategy 0-SC default, " - "1-balanced, 2-minimize GPRs, 3-minimize moves (default 2).") + 0, 0, 3, NULL, \ + "Set SI+ shader compiler register allocation strategy 0-default, " + "1-balanced, 2-minimize GPRs, 3-minimize moves (default 0).") // -fuser-no-inline -fno-user-no-inline OPTION(OT_BOOL, \