From 7cc2810b4b1ea92a8f8a8739f69a94d5578e7b9d Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Mon, 29 Mar 2021 11:12:07 +0200 Subject: replacing omega with lia in some file --- kvx/Asmvliw.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kvx/Asmvliw.v') diff --git a/kvx/Asmvliw.v b/kvx/Asmvliw.v index 8afe8d07..aa2e0885 100644 --- a/kvx/Asmvliw.v +++ b/kvx/Asmvliw.v @@ -32,6 +32,7 @@ Require Import Conventions. Require Import Errors. Require Import Sorting.Permutation. Require Import Chunks. +Require Import Lia. (** * Abstract syntax *) @@ -1709,7 +1710,7 @@ Ltac Det_WIO X := split. auto. intros. destruct B; auto. subst. auto. - (* trace length *) red; intros. inv H; cbn. - omega. + lia. eapply external_call_trace_length; eauto. eapply external_call_trace_length; eauto. - (* initial states *) -- cgit