[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / strlen-1.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations