Changeset 965 for src/Clight/test/null-op.c.ma
- Timestamp:
- Jun 15, 2011, 4:15:56 PM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Clight/test/null-op.c.ma
r964 r965 9 9 (Tpointer Any (Tint I8 Unsigned ))) 10 10 (Expr (Ecast (Tpointer Any (Tint I8 Unsigned )) 11 (Expr (Econst_int (repr0)) (Tint I32 Signed )))11 (Expr (Econst_int I32 (repr ? 0)) (Tint I32 Signed ))) 12 12 (Tpointer Any (Tint I8 Unsigned )))) 13 13 (Ssequence … … 23 23 (Tpointer Any (Tint I8 Unsigned )))) 24 24 (Tint I32 Signed )) 25 (Sreturn (Some expr (Expr (Econst_int (repr 0)) (Tint I32 Signed )))) 25 (Sreturn (Some expr (Expr (Econst_int I32 (repr ? 0)) 26 (Tint I32 Signed )))) 26 27 Sskip) 27 28 (Ssequence … … 33 34 (Tpointer Any (Tint I8 Unsigned )))) 34 35 (Tint I32 Signed )) 35 (Expr (Econst_int (repr0)) (Tint I32 Signed )))36 (Expr (Econst_int I32 (repr ? 0)) (Tint I32 Signed ))) 36 37 (Tint I32 Signed )) 37 (Sreturn (Some expr (Expr (Econst_int (repr 0)) (Tint I32 Signed )))) 38 (Sreturn (Some expr (Expr (Econst_int I32 (repr ? 0)) 39 (Tint I32 Signed )))) 38 40 Sskip) 39 41 (Ssequence … … 42 44 (Expr (Ebinop Oadd 43 45 (Expr (Evar (ident_of_nat 2)) (Tpointer Any (Tint I8 Unsigned ))) 44 (Expr (Econst_int (repr0)) (Tint I32 Signed )))46 (Expr (Econst_int I32 (repr ? 0)) (Tint I32 Signed ))) 45 47 (Tpointer Any (Tint I8 Unsigned )))) 46 48 (Ssequence 47 49 (Sassign (Expr (Evar (ident_of_nat 2)) 48 50 (Tpointer Any (Tint I8 Unsigned ))) 49 (Expr (Ebinop Oadd (Expr (Econst_int (repr 0)) (Tint I32 Signed )) 51 (Expr (Ebinop Oadd 52 (Expr (Econst_int I32 (repr ? 0)) (Tint I32 Signed )) 50 53 (Expr (Evar (ident_of_nat 2)) (Tpointer Any (Tint I8 Unsigned )))) 51 54 (Tpointer Any (Tint I8 Unsigned )))) … … 55 58 (Expr (Ebinop Osub 56 59 (Expr (Evar (ident_of_nat 2)) (Tpointer Any (Tint I8 Unsigned ))) 57 (Expr (Econst_int (repr0)) (Tint I32 Signed )))60 (Expr (Econst_int I32 (repr ? 0)) (Tint I32 Signed ))) 58 61 (Tpointer Any (Tint I8 Unsigned )))) 59 62 (Sreturn (Some expr (Expr (Ebinop Oeq … … 62 65 (Expr (Ecast (Tpointer Any (Tint I8 Unsigned )) 63 66 (Expr (Ecast (Tpointer Any Tvoid) 64 (Expr (Econst_int (repr0))65 (Tint I 32 Unsigned)))67 (Expr (Econst_int I8 (repr ? 0)) 68 (Tint I8 Unsigned ))) 66 69 (Tpointer Any Tvoid))) 67 70 (Tpointer Any (Tint I8 Unsigned ))))
Note: See TracChangeset
for help on using the changeset viewer.