From 76f49ca6af4ffbc77c0ba7965d409c3de04011bd Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 6 Apr 2014 18:32:27 +0000 Subject: Support Onot operator / notl instruction. More constant propagation during selection. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2451 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- ia32/Machregs.v | 1 + 1 file changed, 1 insertion(+) (limited to 'ia32/Machregs.v') diff --git a/ia32/Machregs.v b/ia32/Machregs.v index 85b561e3..da80a6ed 100644 --- a/ia32/Machregs.v +++ b/ia32/Machregs.v @@ -211,6 +211,7 @@ Definition two_address_op (op: operation) : bool := | Oorimm _ => true | Oxor => true | Oxorimm _ => true + | Onot => true | Oshl => true | Oshlimm _ => true | Oshr => true -- cgit