diff options
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll b/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll index 32f88d558ea..9bbc125acf6 100644 --- a/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll +++ b/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll @@ -15,8 +15,6 @@ ; AST: Stmt_for_body(c0); ; IR-LABEL: polly.parallel.for: -; IR-NEXT: %0 = bitcast { float* }* %polly.par.userContext to i8* -; IR-NEXT: call void @llvm.lifetime.start(i64 8, i8* %0) ; IR-NEXT: %polly.subfn.storeaddr.A = getelementptr inbounds { float* }, { float* }* %polly.par.userContext, i32 0, i32 0 ; IR-NEXT: store float* %A, float** %polly.subfn.storeaddr.A ; IR-NEXT: %polly.par.userContext1 = bitcast { float* }* %polly.par.userContext to i8* |