CastInst::castIsValid should return true if the dest type is the same as
[oota-llvm.git] / test / Transforms / MergeFunc / phi-speculation2.ll
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-11-04 Anton KorobeynikovFix tests not to emit IR output
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...