[Simplify] Do not setInstructions() of region stmts. NFC.
authorMichael Kruse <llvm@meinersbur.de>
Wed, 26 Jul 2017 22:01:28 +0000 (22:01 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Wed, 26 Jul 2017 22:01:28 +0000 (22:01 +0000)
commitcedd7a74e1f566ab52043b0b0befecedb1ffc204
tree3ebed41f8af849e0834af43cb0e58930d4b75684
parentae8d62c9c539bb3f5ae9033c7c107ed37e902969
[Simplify] Do not setInstructions() of region stmts. NFC.

The instruction list is ignored for region statements, there
is no reason to set it.

llvm-svn: 309196
polly/include/polly/ScopInfo.h
polly/lib/Transform/Simplify.cpp