Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / FunctionAttrs / 2009-01-02-LocalStores.ll
index 68a232f5ff3b0b3cde81980789bd6b22a47d7148..870f924ed186ccc99720c6eda214373410dbf74b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | not grep {nocapture *%%q}
-; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep {nocapture *%%p}
+; RUN: opt %s -functionattrs | llvm-dis | not grep {nocapture *%%q}
+; RUN: opt %s -functionattrs | llvm-dis | grep {nocapture *%%p}
 
 define i32* @a(i32** %p) {
        %tmp = load i32** %p