aboutsummaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r--gcc/fwprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c
index 4d97c9c..d265af3 100644
--- a/gcc/fwprop.c
+++ b/gcc/fwprop.c
@@ -231,7 +231,7 @@ enum {
PR_HANDLE_MEM is set when the source of the propagation was not
another MEM. Then, it is safe not to treat non-read-only MEMs as
``opaque'' objects. */
- PR_HANDLE_MEM = 2,
+ PR_HANDLE_MEM = 2
};