]> granicus.if.org Git - clang/commitdiff
Fix one hard coded value I missed in r339185.
authorDouglas Yung <douglas.yung@sony.com>
Tue, 7 Aug 2018 21:37:14 +0000 (21:37 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 7 Aug 2018 21:37:14 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339188 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl

index 031ce728763bf38c05b02ab23ff1b2a42abb6679..8b5c5df2e4bae557ef9c03582874cca25f52ef9d 100644 (file)
@@ -29,5 +29,5 @@ kernel void test(int i) {
 
 // CHECK-DEBUG: ![[TESTFILE:[0-9]+]] = !DIFile(filename: "<stdin>"
 // 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]])