summaryrefslogtreecommitdiffstats
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-30 17:51:46 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-30 17:51:46 +0000
commit7d4c98bc234e9c1fbfa070d262872cc6d5999979 (patch)
tree2ce04ecaaae7281c4ae1af515ef85ebd6c45735a /gcc/langhooks.c
parentc5de24ebf92b98a292607ae1aed1c1bfde74f9de (diff)
downloadppe42-gcc-7d4c98bc234e9c1fbfa070d262872cc6d5999979.tar.gz
ppe42-gcc-7d4c98bc234e9c1fbfa070d262872cc6d5999979.zip
* builtins.c (expand_builtin_mathfn_3): Correct coding style.
* ddg.c (print_ddg_edge): Likewise. * dwarf2out.c (prune_unused_types_walk): Likewise. * ifcvt.c (noce_try_cmove_arith): Likewise. * langhooks.c (add_builtin_function): Likewise. * reg-stack.c (subst_stack_regs_pat): Likewise. * tree.c (expanded_location): Likewise. * tree-dump.c (dequeue_and_dump): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118187 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 4f61d1175b1..7fca436e89d 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -605,10 +605,11 @@ add_builtin_function (const char *name,
DECL_BUILT_IN_CLASS (decl) = cl;
DECL_FUNCTION_CODE (decl) = function_code;
- if (library_name) {
- tree libname = get_identifier (library_name);
- SET_DECL_ASSEMBLER_NAME (decl, libname);
- }
+ if (library_name)
+ {
+ tree libname = get_identifier (library_name);
+ SET_DECL_ASSEMBLER_NAME (decl, libname);
+ }
/* Possibly apply some default attributes to this built-in function. */
if (attrs)
OpenPOWER on IntegriCloud