mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 09:41:09 +08:00
* target.def (supports_function_versions): Fix typo.
From-SVN: r194731
This commit is contained in:
parent
eb745e40fe
commit
9e1883a2da
@ -1,4 +1,7 @@
|
||||
<<<<<<< .mine
|
||||
2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* target.def (supports_function_versions): Fix typo.
|
||||
|
||||
2012-12-26 Sriraman Tallam <tmsriram@google.com>
|
||||
|
||||
* doc/tm.texi.in (TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS): Document
|
||||
@ -15,12 +18,10 @@
|
||||
* (is_function_default_version): Check target string.
|
||||
* TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS: New macro.
|
||||
|
||||
=======
|
||||
2012-12-27 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.
|
||||
|
||||
>>>>>>> .r194729
|
||||
2012-12-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR target/53789
|
||||
|
@ -2839,7 +2839,7 @@ DEFHOOK
|
||||
(supports_function_versions,
|
||||
"",
|
||||
bool, (void),
|
||||
hool_bool_void_false)
|
||||
hook_bool_void_false)
|
||||
|
||||
/* Function to determine if one function can inline another function. */
|
||||
#undef HOOK_PREFIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user