Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / SCCP / 2006-12-19-UndefBug.ll
index 752222c6d9cdd593932bf648a5a2410396688cc0..ec69ce05fe940367cd06a2bec2398183105f3d77 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp -S | \
+; RUN: opt %s -sccp -S | \
 ; RUN:   grep {ret i1 false}
 
 define i1 @foo() {