diff options
author | Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> | 1998-02-22 20:17:30 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-22 13:17:30 -0700 |
commit | 1160f9ec40741043e1052685b40dba2f89d40376 (patch) | |
tree | 714df45e986b429001151264d869a0ecda4cd8b1 /gcc/tree.c | |
parent | 328da75c23807cfe7bde25adb6045d6dda1d797d (diff) | |
download | gcc-1160f9ec40741043e1052685b40dba2f89d40376.zip gcc-1160f9ec40741043e1052685b40dba2f89d40376.tar.gz gcc-1160f9ec40741043e1052685b40dba2f89d40376.tar.bz2 |
tree.c (contains_placeholder_p): Ensure function always returns a value.
* tree.c (contains_placeholder_p): Ensure function always returns
a value.
* sparc.md (movdi_sp64_insn): Add default case in enumeration switch.
(movsf_const_insn, movdf_const_insn, movtf_const_insn): Likewise.
From-SVN: r18196
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2573,6 +2573,7 @@ contains_placeholder_p (exp) default: return 0; } + return 0; } /* Return 1 if EXP contains any expressions that produce cleanups for an |