summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SCCP/empty-struct.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-031-20/+0
| | | | llvm-svn: 85945
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-131-0/+20
track individual leaf values in such cases, so it needs to treat struct values as normal values in this case. llvm-svn: 54760
OpenPOWER on IntegriCloud