fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / Transforms / ArgumentPromotion / control-flow.ll
index cf1fd09bf640ec86fd510174ee2ebc4df2284a92..08ca6bccd632cd8b098887119224a658693a3c03 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -argpromotion | llvm-dis | \
+; RUN: opt < %s -argpromotion -S | \
 ; RUN:    not grep {load i32\* null}
 
 define internal i32 @callee(i1 %C, i32* %P) {