new testcase
[oota-llvm.git] / test / Transforms / Reassociate / basictest.ll
index cad7a5aafda66f7213fcc765032c457746cda5a7..6372d988c334e0f78fb0c7f294fb913088caa104 100644 (file)
@@ -1,6 +1,6 @@
 ; With reassociation, constant folding can eliminate the 12 and -12 constants.
 ;
-; RUN: as < %s | opt -reassociate -constprop -instcombine -die | dis | not grep add
+; RUN: llvm-as < %s | opt -reassociate -constprop -instcombine -die | llvm-dis | not grep add
 
 int %test(int %arg) {
        %tmp1 = sub int -12, %arg