summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/linetable-fnbegin.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-08-26 22:50:48 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-08-26 22:50:48 +0000
commitf168176f012f4a5fa9b7664e5967a596b5df54b5 (patch)
treeddfbbda16bbccbb7b900e71659126d812fae5224 /test/CodeGenCXX/linetable-fnbegin.cpp
parenteb6222eaad7aaec5d9ec0ddd8d1f09e506e689bf (diff)
DI: Update DISubprogram testcases after LLVM r246098
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/linetable-fnbegin.cpp')
-rw-r--r--test/CodeGenCXX/linetable-fnbegin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/linetable-fnbegin.cpp b/test/CodeGenCXX/linetable-fnbegin.cpp
index 1f752ff0b4..c65dfb804f 100644
--- a/test/CodeGenCXX/linetable-fnbegin.cpp
+++ b/test/CodeGenCXX/linetable-fnbegin.cpp
@@ -5,9 +5,9 @@
// CHECK-NOT: define
// CHECK: ret {{.*}}, !dbg [[DBG:.*]]
// CHECK: [[HPP:.*]] = !DIFile(filename: "./template.hpp",
-// CHECK: [[SP:.*]] = !DISubprogram(name: "bar",
-// CHECK-SAME: file: [[HPP]], line: 22
-// CHECK-SAME: isDefinition: true
+// CHECK: [[SP:.*]] = distinct !DISubprogram(name: "bar",
+// CHECK-SAME: file: [[HPP]], line: 22
+// CHECK-SAME: isDefinition: true
// We shouldn't need a lexical block for this function.
// CHECK: [[DBG]] = !DILocation(line: 23, scope: [[SP]])