No need for those tests to go thru llvm-as and/or llvm-dis.
[oota-llvm.git] / test / Transforms / IPConstantProp / 2009-09-24-byval-ptr.ll
index bd174a8be3ff0c0c67f62d8735e146355876003a..4ea0b88fd0de3e4f358a839b6b4e6c3d4eef5964 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as <%s | opt -ipsccp | llvm-dis | FileCheck %s
+; RUN: opt < %s -ipsccp -S | FileCheck %s
 ; Don't constant-propagate byval pointers, since they are not pointers!
 ; PR5038
 %struct.MYstr = type { i8, i32 }