aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cstrategy.v
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/Cstrategy.v')
-rw-r--r--cfrontend/Cstrategy.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/Cstrategy.v b/cfrontend/Cstrategy.v
index 2650e0a8..6b2924e4 100644
--- a/cfrontend/Cstrategy.v
+++ b/cfrontend/Cstrategy.v
@@ -743,7 +743,7 @@ Ltac FinishL := apply star_one; left; apply step_lred; eauto; simpl; try (econst
(* var local *)
FinishL.
(* var global *)
- FinishL. apply red_var_global; auto.
+ FinishL.
(* deref *)
Steps H0 (fun x => C(Ederef x ty)). FinishL.
(* field struct *)