; 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 -simplifycfg-require-and-preserve-domtree=1 | llvm-dis define void @test() { ;