Skip to content
  • Chris Lattner's avatar
    Three changes: · 4fe01c42
    Chris Lattner authored
    1. Remove a bunch of ifdef'd code.
    2. When a block just contains an uncond branch, change all blocks branching
       to it to jump to the destination instead.
    3. If branch analysis tells us some edges in the machinecfg are not actually
       possible, remove them.
    
    #2 triggers a suprisingly large number of times.
    
    llvm-svn: 31094
    4fe01c42
Loading