• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \
2; RUN: -polly-scops -analyze < %s
3
4; Check that we do not crash if there are declares. We should skip function
5; declarations and not try to query for domtree.
6
7declare void @foo()
8
9