Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Transforms / Inline / delete-call.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...
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...