comparison gcc/generic-match-head.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Preamble and helpers for the autogenerated generic-match.c file. 1 /* Preamble and helpers for the autogenerated generic-match.c file.
2 Copyright (C) 2014-2017 Free Software Foundation, Inc. 2 Copyright (C) 2014-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
66 static inline bool 66 static inline bool
67 canonicalize_math_p () 67 canonicalize_math_p ()
68 { 68 {
69 return true; 69 return true;
70 } 70 }
71
72 /* Return true if math operations that are beneficial only after
73 vectorization should be canonicalized. */
74
75 static inline bool
76 canonicalize_math_after_vectorization_p ()
77 {
78 return false;
79 }