[PM] Update Polly for LLVM r226385 which made LoopInfo actually derive
authorChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jan 2015 01:47:30 +0000 (01:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jan 2015 01:47:30 +0000 (01:47 +0000)
commit6adcf56b0f738f66f32b2cc70e9117049672db89
treeaf096bf21f74e4107a766bc5f9d549b245b504e7
parent5eee895ccf9bea773e3c01f8915a9fba106e4f3f
[PM] Update Polly for LLVM r226385 which made LoopInfo actually derive
from LoopInfoBase<...>, removing the need for the awkward getBase()
dance.

llvm-svn: 226387
polly/lib/CodeGen/IslCodeGeneration.cpp
polly/lib/CodeGen/LoopGenerators.cpp
polly/lib/CodeGen/Utils.cpp