Disallow the undocumented practice of starting the datalayout string with '-'.
[oota-llvm.git] / test / Transforms / Inline / inline_prune.ll
index c024032a0e2af624cae67b1f44380d1c3c90cd0e..4c1574d83cf058f369c490dbc0ba42c43113c136 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -inline | llvm-dis | \
-; RUN:    not grep {callee\[12\](}
-; RUN: opt %s -inline | llvm-dis | not grep mul
+; RUN: opt < %s -inline -S | \
+; RUN:    not grep "callee[12]("
+; RUN: opt < %s -inline -S | not grep mul
 
 define internal i32 @callee1(i32 %A, i32 %B) {
         %cond = icmp eq i32 %A, 123             ; <i1> [#uses=1]