commit | fcd661d2786b7915919e5422da37a9539cc44882 | [log] [tgz] |
---|---|---|
author | Calixte Denizet <cdenizet@mozilla.com> | Mon Sep 24 18:24:18 2018 +0000 |
committer | Calixte Denizet <cdenizet@mozilla.com> | Mon Sep 24 18:24:18 2018 +0000 |
tree | 1ac2cf58d6b4493cf74a69fc2f3075eb39ba71eb | |
parent | 9177cf411e759ae7f709d584c2fc4f7ac5cc2c93 [diff] [blame] |
[CodeGen] Revert commit https://reviews.llvm.org/rL342717 llvm-svn: 342912
diff --git a/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp b/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp index 728a193..8e47a0d 100644 --- a/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp +++ b/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
@@ -21,5 +21,5 @@ // 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]+}}) }