[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / polly / test / ScheduleOptimizer / 2012-03-16-Empty-Domain.ll
blob5acc35343ac30b650f830f7ab93d2347a50b5ae1
1 ; RUN: opt %loadPolly -polly-opt-isl -S < %s
2 target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-a0:0-n32"
4 define void @sdbout_label() nounwind {
5 entry:
6   br label %for.cond
8 for.cond:                                         ; preds = %for.cond, %entry
9   %0 = phi i32 [ 0, %entry ], [ %1, %for.cond ]
10   %1 = add nsw i32 %0, 1
11   %exitcond72 = icmp eq i32 %1, 7
12   br i1 %exitcond72, label %sw.epilog66, label %for.cond
14 sw.epilog66:                                      ; preds = %for.cond
15   ret void