[OpenCL] Fix typo in test that I accidentally introduced in my previous commit.
authorJoey Gouly <joey.gouly@gmail.com>
Wed, 10 Aug 2016 16:04:14 +0000 (16:04 +0000)
committerJoey Gouly <joey.gouly@gmail.com>
Wed, 10 Aug 2016 16:04:14 +0000 (16:04 +0000)
llvm-svn: 278235

clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl

index 61418d8..783ce02 100644 (file)
@@ -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;