[topl] Minor comment improvement.

Summary:
At some point, code reformatting moved the comment
in a place where it didn't make sense.

Reviewed By: ngorogiannis

Differential Revision: D19035489

fbshipit-source-id: 146ad8a15
master
Radu Grigore 5 years ago committed by Facebook Github Bot
parent 4f362ba977
commit 6178d062b2

@ -22,9 +22,7 @@ type value = Constant of constant | Register of register_name | Binding of regis
type binop = (* all return booleans *)
| OpEq | OpNe | OpGe | OpGt | OpLe | OpLt
type predicate = Binop of binop * value * value | Value of value
(* here, value should be a boolean *)
type predicate = Binop of binop * value * value | Value of (* bool *) value
type condition = predicate list (* conjunction *)

Loading…
Cancel
Save