Revert 72493 and replace it with a more conservative fix, for now: don't
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / 2008-12-20-StrcmpMemcmp.ll
2008-12-21 Nick LewyckyTurn strcmp into memcmp, such as strcmp(P, "x") --...