Add the StrNCmpOptimization which is similar to strcmp.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 3 May 2005 01:43:45 +0000 (01:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 3 May 2005 01:43:45 +0000 (01:43 +0000)
commite6ec8cc8c698627a501a87fd16dc66755b682621
treec5813c0f36a7d85b332b0fe4e4586c2fb2bffc25
parentf31918b84abcc27a2f3c987646c21beddec02b26
Add the StrNCmpOptimization which is similar to strcmp.

Unfortunately, this optimization didn't trigger on any llvm-test tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp