Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Analysis / PostDominators / pr1098.ll
index b54a9fe1c75b98a29e6be80f9797e5d00dbffb9b..637142278abbd196c729f4265704377158b2b242 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -postdomtree -analyze | grep entry
+; RUN: opt %s -postdomtree -analyze | grep entry
 ; PR932
 
 define void @foo(i1 %x) {