public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9102] aarch64: Remove duplicated call
@ 2024-02-21 11:13 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2024-02-21 11:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3651b1b23fdd30fd00f0cd08ec4806dd16d1f3d3

commit r14-9102-g3651b1b23fdd30fd00f0cd08ec4806dd16d1f3d3
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Wed Feb 21 11:12:29 2024 +0000

    aarch64: Remove duplicated call
    
    I noticed while working on another patch that we had a duplicated
    call to aarch64_process_target_attr.
    
    gcc/
            * config/aarch64/aarch64.cc (aarch64_option_valid_attribute_p):
            Remove duplicated call.

Diff:
---
 gcc/config/aarch64/aarch64.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config/aarch64/aarch64.cc b/gcc/config/aarch64/aarch64.cc
index f9cedd31bc1b..8a3aa98a32e9 100644
--- a/gcc/config/aarch64/aarch64.cc
+++ b/gcc/config/aarch64/aarch64.cc
@@ -19542,7 +19542,6 @@ aarch64_option_valid_attribute_p (tree fndecl, tree, tree args, int)
     cl_target_option_restore (&global_options, &global_options_set,
 			      TREE_TARGET_OPTION (target_option_current_node));
 
-  ret = aarch64_process_target_attr (args);
   ret = aarch64_process_target_attr (args);
   if (ret)
     {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-21 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 11:13 [gcc r14-9102] aarch64: Remove duplicated call Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).