We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4cef commit 9ee2332Copy full SHA for 9ee2332
asmcomp/selectgen.ml
@@ -343,7 +343,7 @@ method is_simple_expr = function
343
| Cop(op, args, _) ->
344
begin match op with
345
(* The following may have side effects *)
346
- | Capply _ | Cextcall _ | Calloc _ | Cstore _ | Craise _
+ | Capply _ | Cextcall _ | Calloc _ | Cstore _ | Craise _ -> false
347
(* The remaining operations are simple if their args are *)
348
| Cload _ | Caddi | Csubi | Cmuli | Cmulhi | Cdivi | Cmodi | Cand | Cor
349
| Cxor | Clsl | Clsr | Casr | Ccmpi _ | Caddv | Cadda | Ccmpa _ | Cnegf
0 commit comments