Files
clang-p2996/llvm/test/Transforms/InstCombine
David Majnemer abb9f55c80 Revert "[SimplifyLibCalls] sprintf doesn't copy null bytes"
The destination buffer that sprintf uses is restrict qualified, we do
not need to worry about derived pointers referenced via format
specifiers.

This reverts commit r267580.

llvm-svn: 267605
2016-04-26 21:04:47 +00:00
..
2016-04-05 17:24:54 +00:00
2016-04-17 04:30:43 +00:00
2016-04-05 17:24:54 +00:00
2016-01-07 19:27:16 +00:00
2016-04-05 17:24:54 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.