add support for zero initialized unions, patch by Tim Northover!
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2009-05-06-Malloc.ll
index 4022033c3b0ed8e18e911b880c2ae4b81bb9eec7..488e6a9ec2ca198c287a466f3fa0cd8f4afeab34 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | not grep read
+; RUN: opt < %s -functionattrs -S | not grep read
 ; PR3754
 
 define i8* @m(i32 %size) {