Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
[oota-llvm.git] / test / Transforms / IndVarSimplify / lftr-other-uses.ll
index aa025b70dbdca9bb1a66cd0281c73262d72f1a78..09ec237cfc3304dec8e1c0da53977ba99785c9fb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -indvars -disable-output
+; RUN: opt %s -indvars -disable-output
 
 ; Don't RAUW the loop's original comparison instruction if it has
 ; other uses which aren't dominated by the new comparison instruction.