diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-08-26 22:50:48 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-08-26 22:50:48 +0000 |
commit | 8cd9d7acb25eec1f0c5fa190759213030f5e1ec8 (patch) | |
tree | 6ac1f1afe1f71f5113e526cdec33b62c2e0030f6 /clang/test/CodeGen/debug-info-scope-file.c | |
parent | b2df64721c7d5a9a362ec66ed32133b411326017 (diff) | |
download | bcm5719-llvm-8cd9d7acb25eec1f0c5fa190759213030f5e1ec8.tar.gz bcm5719-llvm-8cd9d7acb25eec1f0c5fa190759213030f5e1ec8.zip |
DI: Update DISubprogram testcases after LLVM r246098
llvm-svn: 246099
Diffstat (limited to 'clang/test/CodeGen/debug-info-scope-file.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-scope-file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-scope-file.c b/clang/test/CodeGen/debug-info-scope-file.c index 97063198a95..7bd85fb090c 100644 --- a/clang/test/CodeGen/debug-info-scope-file.c +++ b/clang/test/CodeGen/debug-info-scope-file.c @@ -5,8 +5,8 @@ // CHECK: ret void, !dbg [[F1_LINE:![0-9]*]] // CHECK: ret void, !dbg [[F2_LINE:![0-9]*]] -// CHECK: [[F1:![0-9]*]] = !DISubprogram(name: "f1",{{.*}} isDefinition: true -// CHECK: [[F2:![0-9]*]] = !DISubprogram(name: "f2",{{.*}} isDefinition: true +// CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} isDefinition: true +// CHECK: [[F2:![0-9]*]] = distinct !DISubprogram(name: "f2",{{.*}} isDefinition: true // CHECK: [[F1_LINE]] = !DILocation({{.*}}, scope: [[F1]]) // CHECK: [[F2_LINE]] = !DILocation({{.*}}, scope: [[F2]]) |