summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/struct-copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/struct-copy.c')
-rw-r--r--test/CodeGen/struct-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/struct-copy.c b/test/CodeGen/struct-copy.c
index 62c29ab..6f3b664 100644
--- a/test/CodeGen/struct-copy.c
+++ b/test/CodeGen/struct-copy.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o - | grep 'call.*llvm.memcpy'
+// RUN: %clang_cc1 -emit-llvm %s -o - | grep 'call.*llvm.memcpy'
struct x { int a[100]; };
OpenPOWER on IntegriCloud