llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / Transforms / GVN / 2008-02-12-UndefLoad.ll
index 02a2d5f8e58751c42c80796614ddebc80a6e7238..de2aa614ff5df81479a19d3a974a7f26c3c8f2ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn | llvm-dis | not grep load
+; RUN: opt < %s -gvn -S | not grep load
 ; PR1996
 
 %struct.anon = type { i32, i8, i8, i8, i8 }