X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fcond_example.c;h=4b6414f078c6944376efe34966c82adc9545aaec;hb=040d31fbd4adab332e88c6cfb12b0e8e67a40748;hp=e05232557a223f6f289f7f0a2179f0f86483bc8d;hpb=2cd57a8b25d2cf8c34a1ee05bc2198a57ffdc0fc;p=libfirm diff --git a/testprograms/cond_example.c b/testprograms/cond_example.c index e05232557..4b6414f07 100644 --- a/testprograms/cond_example.c +++ b/testprograms/cond_example.c @@ -91,7 +91,7 @@ int main(int argc, char **argv) and = new_And(cmpGt, cmpLt, mode_Is); /* compare result and 0 because we have no cast from integer to bool */ and = new_Cmp(and, new_Const (mode_Is, new_tarval_from_long (0, mode_Is))); - and = new_Proj(and, mode_b, pn_Cmp_Ne); + and = new_Proj(and, mode_b, pn_Cmp_Lg); /* the conditional branch */ x = new_Cond (and);