OSDN Git Service

PR tree-optimization/42917
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Mar 2010 11:33:45 +0000 (11:33 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:26:34 +0000 (09:26 +0900)
        * lambda-code.c (remove_iv): Skip debug statements.
        (lambda_loopnest_to_gcc_loopnest): Likewise.
        (not_interesting_stmt): Debug statements are not interesting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157477 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index f35a7a7..fda7e80 100644 (file)
@@ -1,3 +1,11 @@
+2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
+           Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/42917
+       * lambda-code.c (remove_iv): Skip debug statements.
+       (lambda_loopnest_to_gcc_loopnest): Likewise.
+       (not_interesting_stmt): Debug statements are not interesting.
+
 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/43051