Tidy up this test more:
authorChandler Carruth <chandlerc@gmail.com>
Sun, 22 Apr 2012 10:11:26 +0000 (10:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 22 Apr 2012 10:11:26 +0000 (10:11 +0000)
commita3e3481c5715c2dc9778be3450701ecc7299b24f
treeded83c101c30fe913a4123961d860da2dc1e00ec
parent71f8bc37f217fed18468f7610ac24cbb99c3e6fb
Tidy up this test more:
1) Make the checked assertions a bit more precise. We really want the
   canonical forms coming out of reassociate to be exactly what is
   expected.
2) Remove other passes, and switch the test to actually directly check
   that reassociate makes the important transforms and
   canonicalizations.
3) Fold in a related test case now that we're using FileCheck. Make the
   same tidying changes to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155311 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/Reassociate/mulfactor.ll
test/Transforms/Reassociate/mulfactor2.ll [deleted file]