summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2009-07-31 02:38:13 +0000
committerSebastian Pop <spop@gcc.gnu.org>2009-07-31 02:38:13 +0000
commit765deab7d02db9c60b0851ce6448014548d89bfc (patch)
tree2b674e35bc8f607728c146ac395409f97ac81742 /gcc/ChangeLog
parented91d6616c2342c560a71c3ca17248d1e52c364e (diff)
downloadgcc-765deab7d02db9c60b0851ce6448014548d89bfc.tar.gz
Make scev_is_linear_expression return false if the evolution is not affine multivariate.
2009-07-30 Sebastian Pop <sebastian.pop@amd.com> * tree-chrec.c (operator_is_linear): Handle BIT_NOT_EXPR. (scev_is_linear_expression): Return false if the evolution is not affine multivariate. From-SVN: r150298
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c15abd70b0c..2a06489a083 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2009-07-30 Sebastian Pop <sebastian.pop@amd.com>
+ * tree-chrec.c (operator_is_linear): Handle BIT_NOT_EXPR.
+ (scev_is_linear_expression): Return false if the evolution is not
+ affine multivariate.
+
+2009-07-30 Sebastian Pop <sebastian.pop@amd.com>
+
* tree-data-ref.c (graphite_find_data_references_in_stmt): New.
* tree-data-ref.h (graphite_find_data_references_in_stmt): Declared.