[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-19-SignedToUnsignedCastAndConst-2.ll
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2007-04-14 Reid SpencerFor PR1319:
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...