diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 723e07f4..6c16821 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -453,16 +453,6 @@ get_object_alignment (tree exp) return align; } -/* Returns true iff we can trust that alignment information has been - calculated properly. */ - -bool -can_trust_pointer_alignment (void) -{ - /* We rely on TER to compute accurate alignment information. */ - return (optimize && flag_tree_ter); -} - /* Return the alignment in bits of EXP, a pointer valued expression. The alignment returned is, by default, the alignment of the thing that EXP points to. If it is not a POINTER_TYPE, 0 is returned. |