c++ new operators are not malloc-like functions because they do not return uninitiali...
[oota-llvm.git] / test / Transforms / GVN / commute.ll
2012-02-24 Duncan SandsTeach GVN that x+y is the same as y+x and that x<y...