diff options
author | Anders Carlsson <andersca@mac.com> | 2008-02-02 04:49:12 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2008-02-02 04:49:12 +0000 |
commit | 6fa0813186eec4f6ce3bd5a13723388a9cab9da2 (patch) | |
tree | 466ae4ac0152321f888274e53766db88f4f2fa4b /clang/test/CodeGen/vector.c | |
parent | bfc2d8acd9f507a920c64519d78d7c36ee816116 (diff) | |
download | bcm5719-llvm-6fa0813186eec4f6ce3bd5a13723388a9cab9da2.tar.gz bcm5719-llvm-6fa0813186eec4f6ce3bd5a13723388a9cab9da2.zip |
Add RUN line.
llvm-svn: 46663
Diffstat (limited to 'clang/test/CodeGen/vector.c')
-rw-r--r-- | clang/test/CodeGen/vector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/vector.c b/clang/test/CodeGen/vector.c index 8388b09fd22..52ad19fc15f 100644 --- a/clang/test/CodeGen/vector.c +++ b/clang/test/CodeGen/vector.c @@ -1,3 +1,4 @@ +// RUN: clang -emit-llvm %s typedef short __v4hi __attribute__ ((__vector_size__ (8))); void f() |