aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/empty-struct.ll
AgeCommit message (Collapse)Author
2009-11-03merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85945 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-13Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman
track individual leaf values in such cases, so it needs to treat struct values as normal values in this case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54760 91177308-0d34-0410-b5e6-96231b3b80d8