diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index ab9eab9..9675288 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -256,12 +256,6 @@ struct stmt_ann_d GTY(()) need to be scanned again). */ unsigned modified : 1; - /* Nonzero if the statement makes aliased loads. */ - unsigned makes_aliased_loads : 1; - - /* Nonzero if the statement makes aliased stores. */ - unsigned makes_aliased_stores : 1; - /* Nonzero if the statement makes references to volatile storage. */ unsigned has_volatile_ops : 1; |