aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
AgeCommit message (Expand)Author
2011-06-18Fix PR10103: Less code for enum type translation.Hans Wennborg
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-02-25Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng