summaryrefslogtreecommitdiff
path: root/test/CodeGen/align-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/align-local.c')
-rw-r--r--test/CodeGen/align-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/align-local.c b/test/CodeGen/align-local.c
index afbe1d5dd0d0b..b839ee14a10be 100644
--- a/test/CodeGen/align-local.c
+++ b/test/CodeGen/align-local.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm < %s | grep "align 16" | count 2
+// RUN: %clang_cc1 -emit-llvm < %s | grep "align 16" | count 2
typedef struct __attribute((aligned(16))) {int x[4];} ff;