summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnroll/tripcount-overflow.ll
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-09 18:20:51 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-09 18:20:51 +0000
commit01b58b7d45e613cab942dad0ba95a878deee5ed9 (patch)
tree1149e099c2027f6156af01e1cfe171c86c4c436b /llvm/test/Transforms/LoopUnroll/tripcount-overflow.ll
parent8fbb49ab78ec4192189d42166a79a3e072802232 (diff)
downloadbcm5719-llvm-01b58b7d45e613cab942dad0ba95a878deee5ed9.tar.gz
bcm5719-llvm-01b58b7d45e613cab942dad0ba95a878deee5ed9.zip
Follow up to safe API patch
A while back, we made an initial change where dangerous C API functions were replaced with macros that translated the dangerous API function calls to safer function calls e.g., sprintf() replaced with KMP_SPRINTF() which translates to sprintf_s() on Windows. Currently, the only operating system where this is applicable is Windows. Unix-like systems are still using the dangerous API e.g., KMP_SPRINTF() translates to sprintf(). Our own testing showed no performance differences. Differential Revision: http://reviews.llvm.org/D9918 llvm-svn: 241833
Diffstat (limited to 'llvm/test/Transforms/LoopUnroll/tripcount-overflow.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud