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

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

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