X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FReassociate%2F2002-05-15-SubReassociate2.ll;h=85e746bfe1ad42a26659e4f3eba3699dbb8d9ee8;hb=22d06312a903be84ff9ec6ad64500e5ed24a0c94;hp=05f9bd4ae6aef2e61dcdca697a93503237e04812;hpb=50e8682f282f1ae04ce18cb84b638d126f499faf;p=oota-llvm.git diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll index 05f9bd4ae6a..85e746bfe1a 100644 --- a/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll +++ b/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll @@ -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