summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL/kernel-attributes.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/kernel-attributes.cl')
-rw-r--r--test/CodeGenOpenCL/kernel-attributes.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/kernel-attributes.cl b/test/CodeGenOpenCL/kernel-attributes.cl
index 1166f93..0825ffc 100644
--- a/test/CodeGenOpenCL/kernel-attributes.cl
+++ b/test/CodeGenOpenCL/kernel-attributes.cl
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -O0 -o - %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
typedef unsigned int uint4 __attribute__((ext_vector_type(4)));
OpenPOWER on IntegriCloud