aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2018-08-07 21:37:14 +0000
committerDouglas Yung <douglas.yung@sony.com>2018-08-07 21:37:14 +0000
commit191fcc8ada2acf209ee76cc4a079d92874b328a7 (patch)
tree8277b0377c4334e51f128badd58e1ddfc25476f3 /test/CodeGenOpenCL
parent873b2e201a66ae7243aef8e96642f375a9d3ca25 (diff)
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
Diffstat (limited to 'test/CodeGenOpenCL')
-rw-r--r--test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl2
1 files changed, 1 insertions, 1 deletions
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: "<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]])