Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / ScalarRepl / badarray.ll
index 92191d45e6352f90fb95ff174fdb293b296d0cc8..909966f19038c17a5aea83950f07dcd431210f8d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -scalarrepl -instcombine -S | not grep alloca
+; RUN: opt %s -scalarrepl -instcombine -S | not grep alloca
 ; PR3466
 
 define i32 @test() {