Extract IslNodeBuilder into its own file
authorTobias Grosser <tobias@grosser.es>
Mon, 27 Apr 2015 12:32:24 +0000 (12:32 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 27 Apr 2015 12:32:24 +0000 (12:32 +0000)
commit0c55cb60719324dd638d58bd9ae197bfd203cdb3
tree955972996fd22ba9345ba6df9ce4fe0af5901554
parentf3ba5b5a40b19cdcab31d470a7d2e4a665d6855a
Extract IslNodeBuilder into its own file

The IslNodeBuilder is a generic class that may be useful in other contexts
as well. Hence, we extract it into its own .h/.cpp file.

llvm-svn: 235873
polly/include/polly/CodeGen/IslNodeBuilder.h [new file with mode: 0644]
polly/lib/CMakeLists.txt
polly/lib/CodeGen/IslCodeGeneration.cpp
polly/lib/CodeGen/IslNodeBuilder.cpp [new file with mode: 0644]
polly/lib/Makefile