IslNodeBuilder: Make finalize() virtual
authorTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 09:15:57 +0000 (09:15 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 09:15:57 +0000 (09:15 +0000)
commit8ed5e5999f2b3239212e051c38958d7229b9b9bc
tree17f15bd5da63b9d63e2dc4c32270aff793e85f1a
parent0a1a2720c86d5a5fc5577896bc1946544d6d2af9
IslNodeBuilder: Make finalize() virtual

This allows the finalization routine of the IslNodeBuilder to be overwritten
by derived classes. Being here, we also drop the unnecessary 'Scop' postfix
and the unnecessary 'Scop' parameter.

llvm-svn: 276622
polly/include/polly/CodeGen/IslNodeBuilder.h
polly/lib/CodeGen/CodeGeneration.cpp
polly/lib/CodeGen/PPCGCodeGeneration.cpp