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 2f5537a commit 5485277Copy full SHA for 5485277
src/cdomains/intDomain.ml
@@ -784,8 +784,8 @@ struct
784
type int_t = int64
785
let top () = raise Unknown
786
let bot () = raise Error
787
- let top_of ik = top () (* TODO: Improve *)
788
- let bot_of ik = bot () (* TODO: Improve *)
+ let top_of ik = top ()
+ let bot_of ik = bot ()
789
let short _ x = if x = GU.inthack then "*" else Int64.to_string x
790
791
let equal = Int64.equal
0 commit comments