From 4d542bc7eafadb16b845cf05d1eb4988eb55ed0f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 20 Oct 2015 13:32:18 +0200 Subject: Updated PR by removing whitespaces. Bug 17450. --- ia32/CombineOp.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ia32/CombineOp.v') diff --git a/ia32/CombineOp.v b/ia32/CombineOp.v index ca54ba1b..cdd16071 100644 --- a/ia32/CombineOp.v +++ b/ia32/CombineOp.v @@ -10,7 +10,7 @@ (* *) (* *********************************************************************) -(** Recognition of combined operations, addressing modes and conditions +(** Recognition of combined operations, addressing modes and conditions during the [CSE] phase. *) Require Import Coqlib. -- cgit