brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · 85198b7 Raw
8 lines · plain
1; RUN: opt %loadNPMPolly -polly-detect-full-functions '-passes=cgscc(polly-inline),polly-custom<print-scops>' -disable-output < %s2 3; Check that we do not crash if there are declares. We should skip function4; declarations and not try to query for domtree.5 6declare void @foo()7 8