summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct-comma.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/struct-comma.c')
-rw-r--r--clang/test/CodeGen/struct-comma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct-comma.c b/clang/test/CodeGen/struct-comma.c
index 29305292107..d7f50da1312 100644
--- a/clang/test/CodeGen/struct-comma.c
+++ b/clang/test/CodeGen/struct-comma.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm -o -
+// RUN: clang-cc %s -emit-llvm -o -
struct S {int a, b;} x;
void a(struct S* b) {*b = (r(), x);}
OpenPOWER on IntegriCloud