From: Takayuki 'January June' Suwa Date: Tue, 9 Sep 2025 14:36:44 +0000 (+0900) Subject: xtensa: Correct a typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=220e4d2df797c634e8975cb0a8e4598268f7bbe9;p=thirdparty%2Fgcc.git xtensa: Correct a typo That was introduced in commit 42db504c2fb2b460e24ca0e73b8559fc33b3cf33, over 15 years ago! gcc/ChangeLog: * config/xtensa/xtensa.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Change "Xtrnase" in the comment to "Xtensa". --- diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index a8a0565c81e..d49c9cd32f1 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -401,7 +401,7 @@ enum reg_class #define INDEX_REG_CLASS NO_REGS /* The small_register_classes_for_mode_p hook must always return true for - Xtrnase, because all of the 16 AR registers may be explicitly used in + Xtensa, because all of the 16 AR registers may be explicitly used in the RTL, as either incoming or outgoing arguments. */ #define TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P hook_bool_mode_true