Author: chapuni
Date: Wed Jul 27 23:50:11 2011
New Revision: 136333

URL: http://llvm.org/viewvc/llvm-project?rev=136333&view=rev
Log:
test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source 
tree.

Modified:
    cfe/trunk/test/CodeGen/struct-matching-constraint.c

Modified: cfe/trunk/test/CodeGen/struct-matching-constraint.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/struct-matching-constraint.c?rev=136333&r1=136332&r2=136333&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/struct-matching-constraint.c (original)
+++ cfe/trunk/test/CodeGen/struct-matching-constraint.c Wed Jul 27 23:50:11 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin %s
+// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin %s -o /dev/null
 typedef unsigned short uint16_t;
 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to