diff options
5 files changed, 5 insertions, 5 deletions
diff --git a/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll b/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll index b0ad33ebc2a..251e9663f91 100644 --- a/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll +++ b/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll @@ -35,5 +35,5 @@ for.end: ; preds = %for.body3 br label %for.cond1.loopexit for.inc55: ; preds = %for.cond1.loopexit - unreachable + ret void } diff --git a/polly/test/Isl/CodeGen/20120403-RHS-type-mismatch.ll b/polly/test/Isl/CodeGen/20120403-RHS-type-mismatch.ll index 5f02af0a9ac..f612d44ea7b 100644 --- a/polly/test/Isl/CodeGen/20120403-RHS-type-mismatch.ll +++ b/polly/test/Isl/CodeGen/20120403-RHS-type-mismatch.ll @@ -22,5 +22,5 @@ for.body7: ; preds = %for.body7, %for.con br i1 false, label %for.body7, label %for.end18 for.end18: ; preds = %for.body7 - unreachable + ret void } diff --git a/polly/test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll b/polly/test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll index 3dc0aa33cb4..ce30395330b 100644 --- a/polly/test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll +++ b/polly/test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll @@ -16,7 +16,7 @@ for.cond.463.preheader: ; preds = %entry br label %for.cond.499.preheader for.cond.533.preheader: ; preds = %for.inc.530 - unreachable + ret void for.cond.499.preheader: ; preds = %for.inc.530, %for.cond.463.preheader %indvars.iv140 = phi i64 [ 0, %for.cond.463.preheader ], [ %indvars.iv.next141, %for.inc.530 ] diff --git a/polly/test/ScopInfo/memcpy-raw-source.ll b/polly/test/ScopInfo/memcpy-raw-source.ll index 7041a6f79b8..309e9630f59 100644 --- a/polly/test/ScopInfo/memcpy-raw-source.ll +++ b/polly/test/ScopInfo/memcpy-raw-source.ll @@ -50,7 +50,7 @@ for.body74: ; preds = %for.body74, %for.en br i1 %exitcond57, label %for.body74, label %for.inc104 for.inc104: ; preds = %for.body74 - unreachable + ret void } attributes #0 = { argmemonly nounwind } diff --git a/polly/test/ScopInfo/parameter_with_constant_factor_in_add.ll b/polly/test/ScopInfo/parameter_with_constant_factor_in_add.ll index 7a751780084..eef95410e33 100644 --- a/polly/test/ScopInfo/parameter_with_constant_factor_in_add.ll +++ b/polly/test/ScopInfo/parameter_with_constant_factor_in_add.ll @@ -41,7 +41,7 @@ for.body276: ; preds = %for.body276, %for.c br i1 false, label %for.body276, label %for.end291 for.end291: ; preds = %for.body276 - unreachable + ret void for.inc299: ; preds = %for.cond261.preheader %indvars.iv.next190 = add i64 %indvars.iv189, %2 |