new testcases for PR557
[oota-llvm.git] / test / Transforms / Reassociate / 2002-05-15-MissedTree.ll
index 4f36c96b364d95c8d9583a272afcca14f5acd9d2..fce2cdec0ee3e011bf3e6d83ac168b058d995cc4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -reassociate -instcombine -constprop -die | dis | not grep 5
+; RUN: llvm-as < %s | opt -reassociate -instcombine -constprop -die | llvm-dis | not grep 5
 
 int %test(int %A, int %B) {
         %W = add int %B, -5