summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2017-07-17 14:53:02 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2017-07-17 14:53:02 +0000
commite145b58944660392991fb9dc7993938d5a33e206 (patch)
tree4de06c94d96f0de7ec6df7e99a94d301f44e3289 /test
parent2716acdc118b13478653f5f1e48eba20fa05e7c5 (diff)
[OPENMP] Fix reduction combiner test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/OpenMP/taskloop_reduction_codegen.cpp2
-rw-r--r--test/OpenMP/taskloop_simd_reduction_codegen.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/OpenMP/taskloop_reduction_codegen.cpp b/test/OpenMP/taskloop_reduction_codegen.cpp
index bd7e60b792..508afbedf0 100644
--- a/test/OpenMP/taskloop_reduction_codegen.cpp
+++ b/test/OpenMP/taskloop_reduction_codegen.cpp
@@ -190,7 +190,7 @@ sum = 0.0;
// CHECK: ret void
// CHECK: define internal void [[RED_COMB1]](i8*, i8*)
-// CHECK: fadd float %6, %7
+// CHECK: fadd float %
// CHECK: store float %{{.+}}, float* %
// CHECK: ret void
diff --git a/test/OpenMP/taskloop_simd_reduction_codegen.cpp b/test/OpenMP/taskloop_simd_reduction_codegen.cpp
index e130e59871..14b503909c 100644
--- a/test/OpenMP/taskloop_simd_reduction_codegen.cpp
+++ b/test/OpenMP/taskloop_simd_reduction_codegen.cpp
@@ -190,7 +190,7 @@ sum = 0.0;
// CHECK: ret void
// CHECK: define internal void [[RED_COMB1]](i8*, i8*)
-// CHECK: fadd float %6, %7
+// CHECK: fadd float %
// CHECK: store float %{{.+}}, float* %
// CHECK: ret void