testcase for my previous commit.
[oota-llvm.git] / test / Transforms / Reassociate / shift-factor.ll
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...