]> granicus.if.org Git - clang/commitdiff
Add RUN line.
authorAnders Carlsson <andersca@mac.com>
Sat, 2 Feb 2008 04:49:12 +0000 (04:49 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 2 Feb 2008 04:49:12 +0000 (04:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46663 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/vector.c

index 8388b09fd22110c0c905a056a65a965168b88ed6..52ad19fc15f76025dd1cf7d566f0b8449cf0643a 100644 (file)
@@ -1,3 +1,4 @@
+// RUN: clang -emit-llvm %s
 typedef short __v4hi __attribute__ ((__vector_size__ (8)));
 
 void f()