Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expre...
[oota-llvm.git] / test / Linker / linkage.ll
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...