[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / polly / test / ScopDetectionDiagnostics / ReportEntry.ll
blobfc21e192f32c26c6ae0e06a3a417830243f774f1
1 ; RUN: opt %loadPolly -polly-detect -pass-remarks-missed="polly-detect" -disable-output < %s 2>&1| FileCheck %s
3 ; CHECK: remark: <unknown>:0:0: Scop contains function entry (not yet supported).
5 define void @hoge(ptr %arg)  {
6 bb1:
7   br i1 false, label %bb2, label %bb3
9 bb2:
10   br i1 false, label %bb4, label %bb5
12 bb4:
13   br i1 false, label %bb3, label %bb5
15 bb5:
16   br label %bb6
18 bb6:
19   br label %bb4
21 bb3:
22   ret void