From e4723d142aa7b1229cdf5989340342d7c5ce870c Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 6 Mar 2016 10:31:26 +0100 Subject: Update the back-end proofs to the new linking framework. --- backend/CleanupLabels.v | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'backend/CleanupLabels.v') diff --git a/backend/CleanupLabels.v b/backend/CleanupLabels.v index 759201b2..303fcb64 100644 --- a/backend/CleanupLabels.v +++ b/backend/CleanupLabels.v @@ -20,10 +20,8 @@ better-looking, the present pass removes labels that cannot be branched to. *) -Require Import FSets. -Require FSetAVL. -Require Import Coqlib. -Require Import Ordered. +Require Import FSets FSetAVL. +Require Import Coqlib Ordered. Require Import Linear. Module Labelset := FSetAVL.Make(OrderedPositive). -- cgit