llvm-6502/lib
Dan Gohman e0f06c78d3 Remove the optimizations that convert BRCOND and BR_CC into
unconditional branches or fallthroghes. Instcombine/SimplifyCFG
should be simplifying branches with known conditions.

This fixes some problems caused by these transformations not
updating the MachineBasicBlock CFG.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89017 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-17 00:47:23 +00:00
..
Analysis typo spotted by duncan. 2009-11-16 03:51:42 +00:00
Archive
AsmParser
Bitcode
CodeGen Remove the optimizations that convert BRCOND and BR_CC into 2009-11-17 00:47:23 +00:00
CompilerDriver
ExecutionEngine Make X86-64 in the Large model always emit 64-bit calls. 2009-11-16 22:41:33 +00:00
Linker
MC
Support
System
Target A few more instructions that should be marked re-materializable. 2009-11-17 00:23:22 +00:00
Transforms Remove debug info attached with an instruction. 2009-11-17 00:47:06 +00:00
VMCore In GlobalVariable::setInitializer, assert that the initializer has the 2009-11-17 00:43:13 +00:00
Makefile