diff options
author | Calixte Denizet <cdenizet@mozilla.com> | 2018-09-24 18:24:18 +0000 |
---|---|---|
committer | Calixte Denizet <cdenizet@mozilla.com> | 2018-09-24 18:24:18 +0000 |
commit | fcd661d2786b7915919e5422da37a9539cc44882 (patch) | |
tree | 1ac2cf58d6b4493cf74a69fc2f3075eb39ba71eb /clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp | |
parent | 9177cf411e759ae7f709d584c2fc4f7ac5cc2c93 (diff) | |
download | bcm5719-llvm-fcd661d2786b7915919e5422da37a9539cc44882.tar.gz bcm5719-llvm-fcd661d2786b7915919e5422da37a9539cc44882.zip |
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
llvm-svn: 342912
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp b/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp index 728a1938a23..8e47a0da6df 100644 --- a/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp +++ b/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp @@ -21,5 +21,5 @@ void foo() { // CHECK-DAG: ![[LOC]] = !DILocation(line: 0, scope: ![[A]], inlinedAt: ![[INL:[0-9]+]]) // CHECK-DAG: ![[INL]] = !DILocation(line: [[@LINE+1]], scope: ![[FOO]]) B b(0); - // CHECK: ![[NOINL]] = !DILocation(line: [[@LINE+1]], scope: !{{[0-9]+}}, isImplicitCode: true) +// CHECK: ![[NOINL]] = !DILocation(line: [[@LINE+1]], scope: !{{[0-9]+}}) } |