Disable because peephole is disabled.
[oota-llvm.git] / test / Transforms / ArgumentPromotion / control-flow.ll
index 48d3006324f44dfd3321147a10942a38822b0f24..08ca6bccd632cd8b098887119224a658693a3c03 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -argpromotion -S | \
+; RUN: opt %s -argpromotion -S | \
 ; RUN:    not grep {load i32\* null}
 
 define internal i32 @callee(i1 %C, i32* %P) {