[PATCH] D15094: Remove non-debug printing of domain set

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 15:02:44 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254343: Remove non-debug printing of domain set (authored by grosser).

Changed prior to commit:
  http://reviews.llvm.org/D15094?vs=41437&id=41442#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15094

Files:
  polly/trunk/lib/CodeGen/IslNodeBuilder.cpp

Index: polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
===================================================================
--- polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
+++ polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
@@ -847,7 +847,6 @@
             IsDead = false;
           } else {
             auto *Domain = S.getDomainConditions(Inst->getParent());
-            isl_set_dump(Domain);
             IsDead = isl_set_is_empty(Domain);
             isl_set_free(Domain);
           }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15094.41442.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151130/9e1bc793/attachment.bin>


More information about the llvm-commits mailing list