diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 948cda7..595c05b 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -734,7 +734,7 @@ static bool ifcvt_can_use_mask_load_store (gimple stmt) { tree lhs, ref; - enum machine_mode mode; + machine_mode mode; basic_block bb = gimple_bb (stmt); bool is_load; |