Add space to assert message.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / libcalls.ll
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...