llvm-6502/lib/CodeGen
Chris Lattner a3bb86dd6b Make sure to update the CFG correctly if a switch only has a default dest.
This fixes CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28755 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-12 18:25:29 +00:00
..
SelectionDAG Make sure to update the CFG correctly if a switch only has a default dest. 2006-06-12 18:25:29 +00:00
AsmPrinter.cpp Fix an assert-on-inline-inline-asm bug. 2006-06-08 18:00:47 +00:00
BranchFolding.cpp
DwarfWriter.cpp
ELFWriter.cpp
IntrinsicLowering.cpp
LiveInterval.cpp
LiveIntervalAnalysis.cpp Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
LiveVariables.cpp
MachineBasicBlock.cpp
MachineDebugInfo.cpp
MachineFunction.cpp For PR798: 2006-06-05 15:44:46 +00:00
MachineInstr.cpp Remove a bogus cast. 2006-05-26 08:00:14 +00:00
Makefile Prevent the -pedantic option from causing Mac OS/X build problems: 2006-06-01 06:12:21 +00:00
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp If the register allocator cannot find a register to spill, try the aliases. If 2006-05-12 19:07:46 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
UnreachableBlockElim.cpp
VirtRegMap.cpp
VirtRegMap.h