diff options
4 files changed, 6 insertions, 6 deletions
diff --git a/polly/test/Isl/CodeGen/invariant_load_complex_condition.ll b/polly/test/Isl/CodeGen/invariant_load_complex_condition.ll index 1be6dc6fa20..66ad94f8e8c 100644 --- a/polly/test/Isl/CodeGen/invariant_load_complex_condition.ll +++ b/polly/test/Isl/CodeGen/invariant_load_complex_condition.ll @@ -63,8 +63,8 @@ land.end: ; preds = %land.rhs, %entry.sp br i1 %5, label %for.cond104.preheader, label %for.cond34.preheader for.cond34.preheader: ; preds = %land.end - unreachable + ret void for.cond104.preheader: ; preds = %land.end - unreachable + ret void } diff --git a/polly/test/Isl/CodeGen/invariant_load_different_sized_types.ll b/polly/test/Isl/CodeGen/invariant_load_different_sized_types.ll index 24278acc11a..a08ecfa04ba 100644 --- a/polly/test/Isl/CodeGen/invariant_load_different_sized_types.ll +++ b/polly/test/Isl/CodeGen/invariant_load_different_sized_types.ll @@ -35,10 +35,10 @@ bb10: ; preds = %bb8, %bb3 br i1 %tmp11, label %bb13, label %bb12 bb12: ; preds = %bb10 - unreachable + ret void bb13: ; preds = %bb10 - unreachable + ret void } attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } diff --git a/polly/test/Isl/CodeGen/ptrtoint_as_parameter.ll b/polly/test/Isl/CodeGen/ptrtoint_as_parameter.ll index 1bbb9dd27ff..a673ac77f4f 100644 --- a/polly/test/Isl/CodeGen/ptrtoint_as_parameter.ll +++ b/polly/test/Isl/CodeGen/ptrtoint_as_parameter.ll @@ -19,7 +19,7 @@ while.cond: ; preds = %cond.true270, %if.t br i1 undef, label %if.then260, label %while.body210 while.body210: ; preds = %while.cond - unreachable + ret void if.then260: ; preds = %while.cond %p.4 = getelementptr inbounds i8, i8* null, i64 1 diff --git a/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll b/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll index 9911e28404b..c80bf1995c1 100644 --- a/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll +++ b/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll @@ -107,7 +107,7 @@ bb32: ; preds = %.loopexit2, %.loope br i1 %tmp35, label %bb37, label %bb36 bb36: ; preds = %bb32 - unreachable + ret void bb37: ; preds = %bb32 ret void |