Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / LICM / no-preheader-test.ll
index 6ea08612ea869ed08254c12427b4fb2270de7b04..bd3eea38ef3ebec0525b93f4c233526186856120 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that LICM works when there is not a loop-preheader
-; RUN: llvm-as < %s | opt -licm | llvm-dis
+; RUN: opt < %s -licm | llvm-dis
 
 define void @testfunc(i32 %i.s, i1 %ifcond) {
        br i1 %ifcond, label %Then, label %Else