aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
AgeCommit message (Expand)Author
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
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-05Ignore dbg intrinsics while folding switch instruction.Devang Patel