summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-05-07 04:09:41 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-05-07 04:09:41 +0000
commit4fce73aabf7f17ce9a43ba55d7158bc3da129487 (patch)
treead5420a73993dd142e90da1290fbac518cfc13d7 /clang/test
parent9ba68b35665b29560bd595ea7b5b226f25475d27 (diff)
downloadbcm5719-llvm-4fce73aabf7f17ce9a43ba55d7158bc3da129487.tar.gz
bcm5719-llvm-4fce73aabf7f17ce9a43ba55d7158bc3da129487.zip
[OPENMP] Fixed test for reduction on 'sections' directive.
llvm-svn: 236692
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/OpenMP/sections_reduction_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/sections_reduction_codegen.cpp b/clang/test/OpenMP/sections_reduction_codegen.cpp
index cf799232f2f..aa56144f61a 100644
--- a/clang/test/OpenMP/sections_reduction_codegen.cpp
+++ b/clang/test/OpenMP/sections_reduction_codegen.cpp
@@ -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
OpenPOWER on IntegriCloud