Home | History | Annotate | Download | only in SimplifyCFG
      1 ; RUN: opt %s -simplifycfg -disable-output
      2 ; PR8445
      3 
      4 define void @test() {
      5       unwind
      6 }
      7