Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / InstCombine / trunc-mask-ext.ll
index 666ce369378b99de1e80ff0c0dfb2acc050d04af..93e3753cf50234e760006330d2de0aa0392515d0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S > %t
+; RUN: opt %s -instcombine -S > %t
 ; RUN: not grep zext %t
 ; RUN: not grep sext %t