new testcase
[oota-llvm.git] / test / Transforms / Reassociate / 2002-05-15-SubReassociate2.ll
index 05f9bd4ae6aef2e61dcdca697a93503237e04812..85e746bfe1ad42a26659e4f3eba3699dbb8d9ee8 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate the two 12 constants.
 ;
-; RUN: as < %s | opt -reassociate -constprop -dce | dis | not grep 12
+; RUN: llvm-as < %s | opt -reassociate -constprop -dce | llvm-dis | not grep 12
 
 int "test"(int %A, int %B, int %C, int %D) {
        %M = add int %A, 12