BlockGenerator: Do not store 'store' statements in BBMap
authorTobias Grosser <tobias@grosser.es>
Tue, 11 Aug 2015 08:13:15 +0000 (08:13 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 11 Aug 2015 08:13:15 +0000 (08:13 +0000)
commitc186ac7aeab6ae2f37f365bea99a02d49074c26f
tree6869478991ca901923b324e2135da4254b9e0451
parent07f31d92ca053c3e6c981b897c2f9f22ac0666b5
BlockGenerator: Do not store 'store' statements in BBMap

A store statement has no return value and can consequently not be referenced
from another statement.

llvm-svn: 244576
polly/include/polly/CodeGen/BlockGenerators.h
polly/lib/CodeGen/BlockGenerators.cpp