Improve GVN to be able to forward substitute a small load
[oota-llvm.git] / test / Transforms / Inline / inline_prune.ll
index 62d4d22361361add984cf16a89ee934aa4a43301..658a422540aeba03847354c9e5f93c9addce8ce6 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -inline -S | \
+; RUN: opt %s -inline -S | \
 ; RUN:    not grep {callee\[12\](}
-; RUN: opt %s -inline -S | not grep mul
+; 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]