summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstantMerge/dont-merge.ll
Commit message (Collapse)AuthorAgeFilesLines
* fix PR8144, a bug where constant merge would merge globals markedChris Lattner2010-09-151-0/+14
| | | | | | attribute(used). llvm-svn: 113911
* 1. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner2010-02-121-10/+24
| | | | | | | | | 2. don't bother trying to merge globals in non-default sections, doing so is quite dubious at best anyway. 3. fix a bug reported by Arnaud de Grandmaison where we'd try to merge two globals in different address spaces. llvm-svn: 95995
* rename testChris Lattner2010-02-121-0/+16
llvm-svn: 95993
OpenPOWER on IntegriCloud