]> granicus.if.org Git - clang/commitdiff
[OPENMP] Fixed test for '#pragma omp parallel for simd'.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 18 Jun 2015 11:26:55 +0000 (11:26 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 18 Jun 2015 11:26:55 +0000 (11:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240009 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/parallel_for_simd_codegen.cpp

index 80c54599a37d8f95aa58fe85d05f99dace410f2a..3490b8fb1688981168be255bbc1a2d7cabce8bda 100644 (file)
@@ -111,7 +111,7 @@ void simple(float *a, float *b, float *c, float *d) {
 // Update linear vars after loop, as the loop was operating on a private version.
 // CHECK: [[LIN0_2:%.+]] = load i64, i64* [[LIN0]]
 // CHECK-NEXT: [[LIN_ADD2:%.+]] = add nsw i64 [[LIN0_2]], 27
-// CHECK-NEXT: store i64 [[LIN_ADD2]], i64* [[K_VAR]]
+// CHECK-NEXT: store i64 [[LIN_ADD2]], i64* %{{.+}}
 // CHECK: call i32 @__kmpc_cancel_barrier(%ident_t* {{.+}}, i32 %{{.+}})
 
   int lin = 12;