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