This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 1/2] [ARC] Fix REG_CLASS_NAMES
- From: Claudiu Zissulescu <claziss at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fbedard at synopsys dot com, claziss at synopsys dot com, andrew dot burgess at embecosm dot com
- Date: Tue, 11 Dec 2018 12:23:34 +0200
- Subject: [PATCH 1/2] [ARC] Fix REG_CLASS_NAMES
- References: <20181211102335.4643-1-claziss@gmail.com>
Forgot a class name, fix it.
gcc/
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/arc.h (REG_CLASS_NAMES): Add SIBCALL_REGS.
---
gcc/config/arc/arc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
index 4d01c99a540..80e785e6562 100644
--- a/gcc/config/arc/arc.h
+++ b/gcc/config/arc/arc.h
@@ -491,6 +491,7 @@ enum reg_class
"R0R1_CD_REGS", \
"R0R3_CD_REGS", \
"ARCOMPACT16_REGS", \
+ "SIBCALL_REGS", \
"AC16_H_REGS", \
"DOUBLE_REGS", \
"GENERAL_REGS", \
--
2.19.1