Commit 739a838e by Jiong Wang Committed by Jiong Wang

[AArch64][Obivious] Add the missing ',' for enumeration element

2015-08-11  Jiong Wang  <jiong.wang@arm.com>

gcc/
  * config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
  FIXED_REG0.

From-SVN: r226777
parent 8b70d6d6
2015-08-11 Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
FIXED_REG0.
2015-08-11 Tom de Vries <tom@codesourcery.com>
* tree-cfg.c (move_sese_region_to_fn): Add todo comment.
......
......@@ -417,7 +417,7 @@ enum reg_class
#define REG_CLASS_NAMES \
{ \
"NO_REGS", \
"FIXED_REG0" \
"FIXED_REG0", \
"CALLER_SAVE_REGS", \
"GENERAL_REGS", \
"STACK_REG", \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment