summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct-init.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/struct-init.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/struct-init.c')
-rw-r--r--clang/test/CodeGen/struct-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct-init.c b/clang/test/CodeGen/struct-init.c
index ab14a1dc1d4..7d9d7082a76 100644
--- a/clang/test/CodeGen/struct-init.c
+++ b/clang/test/CodeGen/struct-init.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm -o %t
+// RUN: clang %s -emit-llvm -o -
typedef struct _zend_ini_entry zend_ini_entry;
struct _zend_ini_entry {
OpenPOWER on IntegriCloud