expr.c: extract_affine_mul: abort on error rather than treating it as non-affine
commitb32972d31a645f6a9c219e481d0e5c6e828260a0
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 14 Jun 2014 10:08:01 +0000 (14 12:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 17 Jul 2014 17:46:04 +0000 (17 19:46 +0200)
treee8ae7a03e4b4f60e117f1ef4152650f4e8af4e65
parenta9014aedbccea2f494a4bac55cf4c77a39f7326a
expr.c: extract_affine_mul: abort on error rather than treating it as non-affine

We started taking into account possible error conditions
in 5362950 (add pet_expr_extract_affine and pet_expr_extract_affine_condition,
Fri Dec 13 18:22:46 2013 +0100), but we failed to treat them correctly.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
expr.c