From b95e36027f06e8870aa34b193595d93a7a99ce4a Mon Sep 17 00:00:00 2001 From: Joey Gouly Date: Wed, 10 Aug 2016 16:04:14 +0000 Subject: [OpenCL] Fix typo in test that I accidentally introduced in my previous commit. llvm-svn: 278235 --- clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl b/clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl index 61418d86b04..783ce0254a1 100644 --- a/clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl +++ b/clang/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: %deafault_queue = alloca %opencl.queue_t* + // CHECK: %default_queue = alloca %opencl.queue_t* queue_t default_queue; // CHECK: %flags = alloca i32 unsigned flags = 0; -- cgit v1.2.3