Add RUN line.

llvm-svn: 46663
This commit is contained in:
Anders Carlsson 2008-02-02 04:49:12 +00:00
parent bfc2d8acd9
commit 6fa0813186
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// RUN: clang -emit-llvm %s
typedef short __v4hi __attribute__ ((__vector_size__ (8)));
void f()