]> granicus.if.org Git - clang/commitdiff
[OPENMP] Fix test incompatibility with arm buildbots
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 8 Feb 2016 13:47:46 +0000 (13:47 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 8 Feb 2016 13:47:46 +0000 (13:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260092 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/parallel_private_codegen.cpp

index c74fa00cf49d4762a1dbbd99904c7833b0531211..0498d95c6ed39e525399e2edddc305f77699b196 100644 (file)
@@ -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