PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.
[oota-llvm.git] / test / Transforms / LICM / 2003-02-27-PreheaderExitNodeUpdate.ll
index 4b51a3be4b06540933eacbabad96bb394e63f602..2718cb10537736348dab84f580898a2bef4e9022 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase fails because preheader insertion is not updating exit node 
 ; information for loops.
 
-; RUN: llvm-as < %s | opt -licm
+; RUN: opt < %s -licm
 
 define i32 @main(i32 %argc, i8** %argv) {
 bb0: