From: Douglas Yung Date: Tue, 7 Aug 2018 21:37:14 +0000 (+0000) Subject: Fix one hard coded value I missed in r339185. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=191fcc8ada2acf209ee76cc4a079d92874b328a7;p=clang Fix one hard coded value I missed in r339185. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339188 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl b/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl index 031ce72876..8b5c5df2e4 100644 --- a/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl +++ b/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl @@ -29,5 +29,5 @@ kernel void test(int i) { // CHECK-DEBUG: ![[TESTFILE:[0-9]+]] = !DIFile(filename: "" // CHECK-DEBUG: ![[TESTSCOPE:[0-9]+]] = distinct !DISubprogram(name: "test", {{.*}} file: ![[TESTFILE]] -// CHECK-DEBUG: ![[IFSCOPE:[0-9]+]] = distinct !DILexicalBlock(scope: ![[TESTSCOPE]], file: !1, line: 24) +// CHECK-DEBUG: ![[IFSCOPE:[0-9]+]] = distinct !DILexicalBlock(scope: ![[TESTSCOPE]], file: ![[TESTFILE]], line: 24) // CHECK-DEBUG: ![[TEMPLOCATION]] = !DILocation(line: 25, scope: ![[IFSCOPE]])