Commit Graph

2 Commits

Author SHA1 Message Date
Zoltan Somogyi
4865f11503 Update programming style. 2020-10-04 13:20:42 +11:00
Julien Fischer
bb55d65023 Fix bug #455.
compiler/simplify_proc.m:
    Update the list of predicates that can be introduced by the simplification
    pass to include those from the uint, int{8,16,32,64} and uint{8,16,32,64}
    modules.  (The list not being up-to-date was the cause of bug #455.)

tests/hard_coded/Mmakefile:
tests/hard_coded/Mercury.options.m:
tests/hard_coded/bug455_mod_a.m:
tests/hard_coded/bug455_mod_b.m:
tests/hard_coded/bug455_mod_a.exp:
    Add a regression test for the above issue.
2018-04-21 07:15:18 -04:00