xref: /llvm-project/polly/test/ScopInliner/ignore-declares.ll (revision 5c0280813185e4a78cab873e3b01d6c193e06f50)
1; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \
2; RUN: -polly-scops -disable-output < %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