summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bigstructret2.ll
Commit message (Collapse)AuthorAge
* Add a triple to the test to try to fix the windows bots.Rafael Espindola2013-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182022 91177308-0d34-0410-b5e6-96231b3b80d8
* More addFrameMove test coverage.Rafael Espindola2013-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182021 91177308-0d34-0410-b5e6-96231b3b80d8
* When checking for sret-demotion, it needs to use legal types. When using ↵Kenneth Uildriks2010-01-16
the return value of an sret-demoted call, it needs to use possibly illegal types that match the declared Type of the callee. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93667 91177308-0d34-0410-b5e6-96231b3b80d8