llvm-6502/lib/Transforms
Chris Lattner 8554cc2ea7 Fix a crash when threading a block that includes a MRV call result.
DemoteRegToStack doesn't work with MRVs yet, because it relies on the
ability to load/store things.

This fixes PR2285.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50667 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-05 20:21:22 +00:00
..
Hello
Instrumentation Use Intrinsic::getDeclaration in more places. 2008-04-07 13:45:04 +00:00
IPO Delete the IPO simplify-libcalls and completely reimplement it as 2008-05-01 06:25:24 +00:00
Scalar Fix a crash when threading a block that includes a MRV call result. 2008-05-05 20:21:22 +00:00
Utils Handle multiple return values. 2008-05-03 01:12:15 +00:00
Makefile