[CodeGen] Iterate over explicit instruction list for block statements. NFC
commit873cdccf4558882142a641f2f819661720795521
authorMichael Kruse <llvm@meinersbur.de>
Fri, 2 Jun 2017 00:13:49 +0000 (2 00:13 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 2 Jun 2017 00:13:49 +0000 (2 00:13 +0000)
tree21190bcf4d9778101b80f452ced0f5d20b481ea6
parentba14f1579b1b71db097c69d03791514c420672eb
[CodeGen] Iterate over explicit instruction list for block statements. NFC

For when statements do not contain all instructions of a BasicBlock
anymore, the block generator needs to go through the explicit list of
instructions it contains.

Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>
Differential Revision: https://reviews.llvm.org/D33653

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@304502 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/CodeGen/BlockGenerators.cpp