move the reassociation pass after the LICM pass. This speeds up mgrid
authorChris Lattner <sabre@nondot.org>
Mon, 7 Mar 2005 03:19:50 +0000 (03:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Mar 2005 03:19:50 +0000 (03:19 +0000)
commit35641ecc3752d8da2c85a0c71e738b3f922f24a8
tree1b527da32338db043717a7dc1674544eef0b2831
parent001d16aa9c9b68691956bd7829c3993ca8ed2302
move the reassociation pass after the LICM pass.  This speeds up mgrid
from 10.27s to 9.57s with the CBE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20508 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccas/gccas.cpp