Skip to content

Commit

Permalink
Disable struct promo to test asmdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Nov 17, 2021
1 parent d664d3f commit 3ef7adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/jitconfigvalues.h
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ CONFIG_INTEGER(JitSaveFpLrWithCalleeSavedRegisters, W("JitSaveFpLrWithCalleeSave
#endif // defined(TARGET_ARM64)
#endif // DEBUG

CONFIG_INTEGER(JitEnregStructLocals, W("JitEnregStructLocals"), 1) // Allow to enregister locals with struct type.
CONFIG_INTEGER(JitEnregStructLocals, W("JitEnregStructLocals"), 0) // Allow to enregister locals with struct type.

#undef CONFIG_INTEGER
#undef CONFIG_STRING
Expand Down

0 comments on commit 3ef7adb

Please sign in to comment.