summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vector.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-27 18:56:08 +0000
committerChris Lattner <sabre@nondot.org>2009-01-27 18:56:08 +0000
commit75441a3870fdd29668513b6978798f9d223e78c5 (patch)
treece7e8ad1a4697202668901ad9aee52aafe66b8fd /clang/test/CodeGen/vector.c
parent7ec8851c8970eddeadf25724e4762ea736477e6d (diff)
downloadbcm5719-llvm-75441a3870fdd29668513b6978798f9d223e78c5.tar.gz
bcm5719-llvm-75441a3870fdd29668513b6978798f9d223e78c5.zip
eliminate some random .ll file outputs
llvm-svn: 63117
Diffstat (limited to 'clang/test/CodeGen/vector.c')
-rw-r--r--clang/test/CodeGen/vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/vector.c b/clang/test/CodeGen/vector.c
index 86956e05f58..366c9aafddc 100644
--- a/clang/test/CodeGen/vector.c
+++ b/clang/test/CodeGen/vector.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm %s -o %t
+// RUN: clang -emit-llvm %s -o -
typedef short __v4hi __attribute__ ((__vector_size__ (8)));
void f()
OpenPOWER on IntegriCloud