FileCheck-ify, apropos of nothing
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / memmove.ll
index d960960c9c2ea29e5bf88303252f0f1438d4ccfe..c0c00506cdd339474132c26f39285aed51d0ab4e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep {llvm.memmove}
+; RUN: opt < %s -simplify-libcalls -S | grep {llvm.memmove}
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i686-pc-linux-gnu"