llvm-6502/lib
Evan Cheng dd353b8ad7 SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This
is unnecessary when we are fixing up a conditional branch since we will be
adding a unconditional branch to the destination of the original branch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33517 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-26 02:02:39 +00:00
..
Analysis Remove dead code. 2007-01-26 01:08:18 +00:00
Archive
AsmParser Fix this error: 2007-01-21 19:19:31 +00:00
Bytecode
CodeGen Added a MRegisterInfo hook that tells PEI the target is responsible for 2007-01-25 22:12:41 +00:00
Debugger
ExecutionEngine Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Linker
Support Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
System Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Target SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This 2007-01-26 02:02:39 +00:00
Transforms Inherit CallGraphSCCPass directly from Pass. 2007-01-26 00:47:38 +00:00
VMCore Whoops, fix typo in last commit. 2007-01-21 02:29:10 +00:00
Makefile