diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-10 04:50:10 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-10 04:50:10 +0000 |
commit | 6f1ffc069ba68660eb8fe4acde450c7964f8958e (patch) | |
tree | 733ee2c5004fe05f6151076a02c8c0ff16d2b609 /clang/test/OpenMP/critical_codegen.cpp | |
parent | bd51a6a99fc3d54992750f2a82e7e293bfd05851 (diff) | |
download | bcm5719-llvm-6f1ffc069ba68660eb8fe4acde450c7964f8958e.tar.gz bcm5719-llvm-6f1ffc069ba68660eb8fe4acde450c7964f8958e.zip |
[OPENMP] Refactoring of codegen for OpenMP directives.
Refactored API of OpenMPRuntime for compatibility with combined directives.
Differential Revision: http://reviews.llvm.org/D8859
llvm-svn: 234564
Diffstat (limited to 'clang/test/OpenMP/critical_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/critical_codegen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/OpenMP/critical_codegen.cpp b/clang/test/OpenMP/critical_codegen.cpp index fdba923e1ed..cf99a752025 100644 --- a/clang/test/OpenMP/critical_codegen.cpp +++ b/clang/test/OpenMP/critical_codegen.cpp @@ -53,6 +53,6 @@ void parallel_critical() { // TERM_DEBUG: unreachable foo(); } -// TERM_DEBUG-DAG: [[DBG_LOC_START]] = !MDLocation(line: 44, -// TERM_DEBUG-DAG: [[DBG_LOC_END]] = !MDLocation(line: 44, +// TERM_DEBUG-DAG: [[DBG_LOC_START]] = !MDLocation(line: [[@LINE-12]], +// TERM_DEBUG-DAG: [[DBG_LOC_END]] = !MDLocation(line: [[@LINE-3]], #endif |