test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree.

llvm-svn: 136333
This commit is contained in:
NAKAMURA Takumi 2011-07-28 04:50:11 +00:00
parent 4b123cbf34
commit 6a662d30e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin %s
// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin %s -o /dev/null
typedef unsigned short uint16_t;
typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;