r236692 - [OPENMP] Fixed test for reduction on 'sections' directive.
Alexey Bataev
a.bataev at hotmail.com
Wed May 6 21:09:41 PDT 2015
Author: abataev
Date: Wed May 6 23:09:41 2015
New Revision: 236692
URL: http://llvm.org/viewvc/llvm-project?rev=236692&view=rev
Log:
[OPENMP] Fixed test for reduction on 'sections' directive.
Modified:
cfe/trunk/test/OpenMP/sections_reduction_codegen.cpp
Modified: cfe/trunk/test/OpenMP/sections_reduction_codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/sections_reduction_codegen.cpp?rev=236692&r1=236691&r2=236692&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/sections_reduction_codegen.cpp (original)
+++ cfe/trunk/test/OpenMP/sections_reduction_codegen.cpp Wed May 6 23:09:41 2015
@@ -360,7 +360,7 @@ int main() {
// CHECK: call void @__kmpc_critical(
// CHECK: [[TO_INT:%.+]] = call i{{[0-9]+}} @{{.+}}([[S_INT_TY]]* [[VAR1_REF]])
// CHECK: [[VAR1_BOOL:%.+]] = icmp ne i{{[0-9]+}} [[TO_INT]], 0
-// CHECK: br i1 [[VAR1_BOOL]], label %[[TRUE:.+]], label %[[FALSE:.+]]
+// CHECK: br i1 [[VAR1_BOOL]], label %[[TRUE:.+]], label %[[END2:.+]]
// CHECK: [[TRUE]]
// CHECK: [[TO_INT:%.+]] = call i{{[0-9]+}} @{{.+}}([[S_INT_TY]]* [[VAR1_PRIV]])
// CHECK: [[VAR1_REDUCTION_BOOL:%.+]] = icmp ne i{{[0-9]+}} [[TO_INT]], 0
More information about the cfe-commits
mailing list