[ScopInfo] Never print instruction list of region stmts.
commit61454568d6599b7e09a9d1cccd061b08b49d6e26
authorMichael Kruse <llvm@meinersbur.de>
Wed, 26 Jul 2017 22:01:33 +0000 (26 22:01 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Wed, 26 Jul 2017 22:01:33 +0000 (26 22:01 +0000)
tree01887a1e8d150bc2c9b395c1d7b90d79476b62c0
parent23d697c51730006b86fba208803ebc691548a585
[ScopInfo] Never print instruction list of region stmts.

A region statement's instruction list is always empty and ignored by the code
generator. Don't give the impression that it means anything.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@309197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScopInfo.cpp