projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85167c8
)
[OpenCL] Fix typo in test that I accidentally introduced in my previous commit.
author
Joey Gouly
<joey.gouly@gmail.com>
Wed, 10 Aug 2016 16:04:14 +0000
(16:04 +0000)
committer
Joey Gouly
<joey.gouly@gmail.com>
Wed, 10 Aug 2016 16:04:14 +0000
(16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278235
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
patch
|
blob
|
history
diff --git
a/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
b/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
index 61418d86b04340d81ce6e0f3f5c81dab6035c4cb..783ce0254a1afb411896f948a6b0cbeb835142dc 100644
(file)
--- a/
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
+++ b/
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
@@
-5,7
+5,7
@@
typedef void (^bl_t)(local void *);
const bl_t block_G = (bl_t) ^ (local void *a) {};
kernel void device_side_enqueue(global int *a, global int *b, int i) {
- // CHECK: %de
a
fault_queue = alloca %opencl.queue_t*
+ // CHECK: %default_queue = alloca %opencl.queue_t*
queue_t default_queue;
// CHECK: %flags = alloca i32
unsigned flags = 0;