r339188 - Fix one hard coded value I missed in r339185.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 7 14:37:14 PDT 2018


Author: dyung
Date: Tue Aug  7 14:37:14 2018
New Revision: 339188

URL: http://llvm.org/viewvc/llvm-project?rev=339188&view=rev
Log:
Fix one hard coded value I missed in r339185.

Modified:
    cfe/trunk/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl

Modified: cfe/trunk/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl?rev=339188&r1=339187&r2=339188&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl (original)
+++ cfe/trunk/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl Tue Aug  7 14:37:14 2018
@@ -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]])




More information about the cfe-commits mailing list