Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
[oota-llvm.git] / test / Transforms / InstCombine / fmul.ll
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...