; CFG Simplification is making a loop dead, then changing the add into: ; ; %V1 = add int %V1, 1 ; ; Which is not valid SSA ; ; RUN: opt < %s -simplifycfg | llvm-dis define void @test() { ;