diff options
author | qadeer <unknown> | 2010-02-16 05:07:46 +0000 |
---|---|---|
committer | qadeer <unknown> | 2010-02-16 05:07:46 +0000 |
commit | 717eaee0063074b804098d3cfd44a7a3f822b064 (patch) | |
tree | 5ca65ed1265ed238195ad25476c9ab506d5a8360 /Test/test2 | |
parent | f1d626d71fef69995f34daae4341473d597f5d27 (diff) |
Implemented block coalescing invoked right after type checking.
Controlled by the option /coalesceBlocks (default is to perform the optimization).
Diffstat (limited to 'Test/test2')
-rw-r--r-- | Test/test2/Answer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/test2/Answer b/Test/test2/Answer index dd1d944d..1e5a0d5f 100644 --- a/Test/test2/Answer +++ b/Test/test2/Answer @@ -250,22 +250,22 @@ Where.bpl(111,3): Error BP5001: This assertion might not hold. Execution trace:
Where.bpl(102,5): anon0
Where.bpl(104,3): anon3_LoopHead
- Where.bpl(110,3): anon2
+ Where.bpl(104,3): anon3_LoopDone
Where.bpl(128,3): Error BP5001: This assertion might not hold.
Execution trace:
Where.bpl(121,5): anon0
Where.bpl(122,3): anon3_LoopHead
- Where.bpl(125,3): anon2
+ Where.bpl(122,3): anon3_LoopDone
Where.bpl(145,3): Error BP5001: This assertion might not hold.
Execution trace:
Where.bpl(138,5): anon0
Where.bpl(139,3): anon3_LoopHead
- Where.bpl(142,3): anon2
+ Where.bpl(139,3): anon3_LoopDone
Where.bpl(162,3): Error BP5001: This assertion might not hold.
Execution trace:
Where.bpl(155,5): anon0
Where.bpl(156,3): anon3_LoopHead
- Where.bpl(159,3): anon2
+ Where.bpl(156,3): anon3_LoopDone
Boogie program verifier finished with 2 verified, 9 errors
|