Commit 6eb9142a by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Constify maybe_suffix.

From-SVN: r177314
parent 63a73071
2011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
* config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
maybe_suffix.
2011-08-03 David Li <davidxl@google.com> 2011-08-03 David Li <davidxl@google.com>
* tree-optimize.c (execute_fixup_cfg): Fix up entry * tree-optimize.c (execute_fixup_cfg): Fix up entry
......
...@@ -1067,7 +1067,7 @@ arm_set_fixed_conv_libfunc (convert_optab optable, enum machine_mode to, ...@@ -1067,7 +1067,7 @@ arm_set_fixed_conv_libfunc (convert_optab optable, enum machine_mode to,
const char *toname, const char *fromname) const char *toname, const char *fromname)
{ {
char buffer[50]; char buffer[50];
char *maybe_suffix_2 = ""; const char *maybe_suffix_2 = "";
/* Follow the logic for selecting a "2" suffix in fixed-bit.h. */ /* Follow the logic for selecting a "2" suffix in fixed-bit.h. */
if (ALL_FIXED_POINT_MODE_P (from) && ALL_FIXED_POINT_MODE_P (to) if (ALL_FIXED_POINT_MODE_P (from) && ALL_FIXED_POINT_MODE_P (to)
......
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