summaryrefslogtreecommitdiff
path: root/test/FrontendAda/element_copy.adb
Commit message (Collapse)AuthorAge
* Adjust this test for the fact that the stores are no longerDuncan Sands2010-12-02
| | | | | | | being combined (which is being tracked as PR8699). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120734 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjust this test for recent sroa improvements.Duncan Sands2009-03-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66791 91177308-0d34-0410-b5e6-96231b3b80d8
* Check that records with a known constant size are notDuncan Sands2009-02-25
copied field by LLVM field if the record has a variable sized field in it. The problem is that the LLVM field will not completely cover the variable sized gcc field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65463 91177308-0d34-0410-b5e6-96231b3b80d8