Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
[oota-llvm.git] / test / Transforms / IndVarSimplify / masked-iv.ll
index 013885222439cdfc3ee62a132fe21d46a487655d..f1f5af96eb9627882558afe3f56e87d7b0ffc5d2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -indvars -S > %t
+; RUN: opt %s -indvars -S > %t
 ; RUN: not grep trunc %t
 ; RUN: grep and %t | count 1