diff options
Diffstat (limited to 'clang/test/OpenMP/taskloop_reduction_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/taskloop_reduction_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/taskloop_reduction_codegen.cpp b/clang/test/OpenMP/taskloop_reduction_codegen.cpp index bd7e60b7920..508afbedf0b 100644 --- a/clang/test/OpenMP/taskloop_reduction_codegen.cpp +++ b/clang/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 |