Replace the old ADCE implementation with a new one that more simply solves
[oota-llvm.git] / test / Transforms / ArgumentPromotion / control-flow.ll
index bb72e08b170a65cdab6adae3bb5c4687b6ceb76c..76e8fd95030eb8c99a0beb21f807336371155b31 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | opt -argpromotion | llvm-dis | \
-; RUN:    not grep {load int\* null}
+; RUN:    not grep {load i32\* null}
 
 define internal i32 @callee(i1 %C, i32* %P) {
         br i1 %C, label %T, label %F