summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL/byval.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/byval.cl')
-rw-r--r--test/CodeGenOpenCL/byval.cl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/byval.cl b/test/CodeGenOpenCL/byval.cl
index 592d96ffa6..05c72c514c 100644
--- a/test/CodeGenOpenCL/byval.cl
+++ b/test/CodeGenOpenCL/byval.cl
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -o - -triple amdgcn %s | FileCheck %s
-// RUN: %clang_cc1 -emit-llvm -o - -triple amdgcn---opencl %s | FileCheck %s
struct A {
int x[100];