* Add a test case for StrLenOptimization
authorReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 05:22:38 +0000 (05:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 05:22:38 +0000 (05:22 +0000)
commit8fe86dde1cab3c6fe0e0c8b9d3539d1054001368
tree1b443dc3a99b09f31b8c2b133a7bb5e2029475ec
parent43e0baece37f87c4aa5e658c9dbc61edf0c5e779
* Add a test case for StrLenOptimization
* Rename ExitInMain and StrCat tests so they don't have the date the
  regression was entered since they are feature tests, not regressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21558 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/SimplifyLibCalls/2005-04-24-ExitInMain.ll [deleted file]
test/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll [deleted file]
test/Transforms/SimplifyLibCalls/ExitInMain.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/StrCat.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/StrLen.ll [new file with mode: 0644]