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/CodeGen/debug-info-scope-file.c | |
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/CodeGen/debug-info-scope-file.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-scope-file.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/clang/test/CodeGen/debug-info-scope-file.c b/clang/test/CodeGen/debug-info-scope-file.c index cc38449f2b2..94123bbc493 100644 --- a/clang/test/CodeGen/debug-info-scope-file.c +++ b/clang/test/CodeGen/debug-info-scope-file.c @@ -5,11 +5,10 @@ // CHECK: ret void, !dbg [[F1_LINE:![0-9]*]] // CHECK: ret void, !dbg [[F2_LINE:![0-9]*]] -// CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} -// isDefinition: true CHECK: [[F1_LINE]] = !DILocation({{.*}}, scope: [[F1]], -// isImplicitCode: true) CHECK: [[F2:![0-9]*]] = distinct !DISubprogram(name: -// "f2",{{.*}} isDefinition: true CHECK: [[F2_LINE]] = !DILocation({{.*}}, -// scope: [[F2]], isImplicitCode: true) +// CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} isDefinition: true +// CHECK: [[F1_LINE]] = !DILocation({{.*}}, scope: [[F1]]) +// CHECK: [[F2:![0-9]*]] = distinct !DISubprogram(name: "f2",{{.*}} isDefinition: true +// CHECK: [[F2_LINE]] = !DILocation({{.*}}, scope: [[F2]]) void f1() { } |