Assume no annotations when visiting new domain (IslAst)
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 29 Jul 2014 08:59:56 +0000 (08:59 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 29 Jul 2014 08:59:56 +0000 (08:59 +0000)
commit47b906c8150c950892dc18b595e4e22d2e81e7f4
treecab09eaf3ead55d96c06ade58d0a56a02a69afb0
parent5d83f09cdd4eee9fa9d040bee12cab6326dfc850
Assume no annotations when visiting new domain (IslAst)

  Whe we build the IslAst we visit for nodes (in pre and post order) as well as
  user/domain nodes. As these two sets are non overlapping we do not need to
  check if we annotated a node earlier when we visit it.

llvm-svn: 214170
polly/lib/CodeGen/IslAst.cpp