diff options
Diffstat (limited to 'compiler/InterpreterUtils.ml')
-rw-r--r-- | compiler/InterpreterUtils.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterUtils.ml b/compiler/InterpreterUtils.ml index 578ee5ef..31f25f45 100644 --- a/compiler/InterpreterUtils.ml +++ b/compiler/InterpreterUtils.ml @@ -242,4 +242,4 @@ let rvalue_get_place (rv : E.rvalue) : E.place option = | Use (Copy p | Move p) -> Some p | Use (Constant _) -> None | Ref (p, _) -> Some p - | UnaryOp _ | BinaryOp _ | Discriminant _ | Aggregate _ -> None + | UnaryOp _ | BinaryOp _ | Global _ | Discriminant _ | Aggregate _ -> None |