llvm-6502/lib
Chris Lattner adfd32f8ee Fix a serious code pessimization problem. If an inlined function has a single
return, clone the 'ret' BB code into the block AFTER the inlined call, not the
other way around.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15030 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-20 05:45:24 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Remove dead code. 2004-07-19 23:35:55 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker
Support Err, fix last checkin 2004-07-19 06:03:51 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Fix stack frame layout in prologue/epilogue. Patch courtesy of Nate Begeman. 2004-07-20 02:23:09 +00:00
Transforms Fix a serious code pessimization problem. If an inlined function has a single 2004-07-20 05:45:24 +00:00
VMCore classof implementations are now inlined 2004-07-19 00:59:10 +00:00
Makefile