aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/Machregs.v')
-rw-r--r--x86/Machregs.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86/Machregs.v b/x86/Machregs.v
index bdf492ed..6f3064b8 100644
--- a/x86/Machregs.v
+++ b/x86/Machregs.v
@@ -351,6 +351,7 @@ Definition two_address_op (op: operation) : bool :=
| Olongofsingle => false
| Osingleoflong => false
| Ocmp c => false
+ | Osel c op => true
end.
(* Constraints on constant propagation for builtins *)