summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
diff options
context:
space:
mode:
authorCalixte Denizet <cdenizet@mozilla.com>2018-09-24 18:24:18 +0000
committerCalixte Denizet <cdenizet@mozilla.com>2018-09-24 18:24:18 +0000
commitfcd661d2786b7915919e5422da37a9539cc44882 (patch)
tree1ac2cf58d6b4493cf74a69fc2f3075eb39ba71eb /clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
parent9177cf411e759ae7f709d584c2fc4f7ac5cc2c93 (diff)
downloadbcm5719-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.cpp2
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]+}})
}
OpenPOWER on IntegriCloud