From c575b2212e9c15c561241563c740e7c98abed698 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Mon, 8 Feb 2016 13:47:46 +0000 Subject: [PATCH] [OPENMP] Fix test incompatibility with arm buildbots llvm-svn: 260092 --- clang/test/OpenMP/parallel_private_codegen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/OpenMP/parallel_private_codegen.cpp b/clang/test/OpenMP/parallel_private_codegen.cpp index c74fa00..0498d95 100644 --- a/clang/test/OpenMP/parallel_private_codegen.cpp +++ b/clang/test/OpenMP/parallel_private_codegen.cpp @@ -107,7 +107,7 @@ int main() { // LAMBDA: call{{.*}} void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}) #pragma omp parallel private(g, sivar) { - // LAMBDA: define {{.+}} @{{.+}}([[SS_TY]]* % + // LAMBDA: define {{.+}} @{{.+}}([[SS_TY]]* // LAMBDA: store i{{[0-9]+}} 0, i{{[0-9]+}}* % // LAMBDA: store i8 // LAMBDA: call void (%{{.+}}*, i{{[0-9]+}}, void (i{{[0-9]+}}*, i{{[0-9]+}}*, ...)*, ...) @__kmpc_fork_call(%{{.+}}* @{{.+}}, i{{[0-9]+}} 1, void (i{{[0-9]+}}*, i{{[0-9]+}}*, ...)* bitcast (void (i{{[0-9]+}}*, i{{[0-9]+}}*, [[SS_TY]]*)* [[SS_MICROTASK:@.+]] to void @@ -207,7 +207,7 @@ int main() { } }(); return 0; -// BLOCKS: define {{.+}} @{{.+}}([[SS_TY]]* % +// BLOCKS: define {{.+}} @{{.+}}([[SS_TY]]* // BLOCKS: store i{{[0-9]+}} 0, i{{[0-9]+}}* % // BLOCKS: store i8 // BLOCKS: call void (%{{.+}}*, i{{[0-9]+}}, void (i{{[0-9]+}}*, i{{[0-9]+}}*, ...)*, ...) @__kmpc_fork_call(%{{.+}}* @{{.+}}, i{{[0-9]+}} 1, void (i{{[0-9]+}}*, i{{[0-9]+}}*, ...)* bitcast (void (i{{[0-9]+}}*, i{{[0-9]+}}*, [[SS_TY]]*)* [[SS_MICROTASK:@.+]] to void -- 2.7.4