indvars -disable-iv-rewrite: handle an edge case involving identity phis.
[oota-llvm.git] / test / Transforms / GlobalOpt / integer-bool.ll
index 49b1ed0b8fc946bac62773b4f28288abeaad1fee..59403b18d9d750a44e28d80a03e7af8292996aab 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -globalopt -instcombine | \
+; RUN: opt %s -globalopt -instcombine | \
 ; RUN:    llvm-dis | grep {ret i1 true}
 
 ;; check that global opt turns integers that only hold 0 or 1 into bools.