Commit 5384443a by Ian Lance Taylor Committed by Ian Lance Taylor

* config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.

From-SVN: r77301
parent 6a734d61
2004-02-05 Ian Lance Taylor <ian@wasabisystems.com>
* config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
2004-02-04 Geoffrey Keating <geoffk@apple.com>
* reload.c (find_equiv_reg): When checking for register overlap,
......
......@@ -1346,7 +1346,7 @@ enum reg_class
"BASE_REGS", \
"HI_REGS", \
"CC_REG", \
"VFPCC_REG" \
"VFPCC_REG", \
"GENERAL_REGS", \
"ALL_REGS", \
}
......
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