Refactor: Move the declaration of the BlockGenerator/VectorBlockGenerator
authorHongbin Zheng <etherzhhb@gmail.com>
Wed, 25 Apr 2012 13:16:49 +0000 (13:16 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Wed, 25 Apr 2012 13:16:49 +0000 (13:16 +0000)
commit3b11a16a44c56105067d5c090429b99835c168f5
treec209015d11cee680f2ac7b4e81f1d2e24fee28bd
parent39645abf4ca1b972d2b2c6e449ca70e063e8783c
Refactor: Move the declaration of the BlockGenerator/VectorBlockGenerator
  to standalone header and source files.

llvm-svn: 155546
polly/include/polly/BlockGenerators.h [new file with mode: 0644]
polly/lib/CodeGen/BlockGenerators.cpp [new file with mode: 0644]
polly/lib/CodeGen/CMakeLists.txt
polly/lib/CodeGen/CodeGeneration.cpp