Skip to content

Commit 52f8085

Browse files
committed
---
yaml --- r: 3389 b: refs/heads/master c: 6d1050b h: refs/heads/master i: 3387: bab186b v: v3
1 parent 13a7914 commit 52f8085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a72481f90ba8a7b48e4405c9862d0861032a528a
2+
refs/heads/master: 6d1050b1c7c8f5075aaaf6b922ff36f3aceef5e2

trunk/src/comp/middle/tstate/auxiliary.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ fn set_postcond_false(&crate_ctxt ccx, node_id id) {
436436
}
437437

438438
fn pure_exp(&crate_ctxt ccx, node_id id, &prestate p) -> bool {
439-
ret extend_prestate_ann(ccx, id, p) |
440-
extend_poststate_ann(ccx, id, p);
439+
ret set_prestate_ann(ccx, id, p) |
440+
set_poststate_ann(ccx, id, p);
441441
}
442442

443443
fn num_constraints(fn_info m) -> uint { ret m.num_constraints; }

0 commit comments

Comments
 (0)