llvm-6502/lib
Chris Lattner 7d09784d3f move single basic blocks that are neither fallen into nor fall out of into
a place more useful.  In particular, if we can put them in a place where code
will be able to fall into it, do so.  Otherwise, put it in a place it can fall
through into a successor.  Otherwise, if preventing a fallthrough, move to the
end of the function, out of the way.

This deletes several hundred unconditional branches from spass.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31149 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-24 01:12:32 +00:00
..
Analysis Make these hack flags hidden, like other dsa hack flags 2006-10-23 19:55:24 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser Regenerate. 2006-10-22 07:03:43 +00:00
Bytecode For PR950: 2006-10-20 07:07:24 +00:00
CodeGen move single basic blocks that are neither fallen into nor fall out of into 2006-10-24 01:12:32 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine For PR950: 2006-10-20 07:07:24 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support For PR950: 2006-10-20 07:07:24 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target Add intrinsics for the rest of the DCB* instructions. 2006-10-24 01:08:42 +00:00
Transforms Revert back to r1.21, which was the last revision of predsimplify that 2006-10-24 00:36:21 +00:00
VMCore Change keyword to datalayout 2006-10-22 06:06:56 +00:00
Makefile