Formatting.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / 2009-05-30-memcmp-byte.ll
index f7209934f7693427bcd4ebc686f58c891321839f..f4c80ed13271cab27e6f962188980ab1263c8678 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls -instcombine | llvm-dis | grep {ret i32 -65}
+; RUN: opt < %s -simplify-libcalls -instcombine -S | grep "ret i32 -65"
 ; PR4284
 
 define i32 @test() nounwind {