On Tue, Jan 20, 2009 at 2:29 AM, Ralf Karrenberg <Chareos at gmx.de> wrote: > I want to transform branches into serial code with select-instructions > as a pre-processing step for further transformations. SimplifyCFG should be doing this transform in very simple cases. Depending on what you're doing, though, its might not be aggressive enough. -Eli