Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / ScalarRepl / sroa_two.ll
index 5d0db106fe81c6e90fcbf9114330bb3577066ecd..d8aa26dce637740e429d217b6b3f62714c1ea3a9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -scalarrepl | llvm-dis
+; RUN: opt %s -scalarrepl | llvm-dis
 
 define i32 @test(i32 %X) {
        %Arr = alloca [2 x i32]         ; <[2 x i32]*> [#uses=3]