Try to eliminate the use of the 'unwind' instruction.
[oota-llvm.git] / test / Transforms / SimplifyCFG / BrUnwind.ll
index b19a27dea048d5155d15e44467afd2bbc7fdbda9..7ab8faa2cea9871de3d8f0c24564962bfcb4bc50 100644 (file)
@@ -10,6 +10,6 @@ B:              ; preds = %0
         call void @test( i1 %C )
         br label %X
 X:              ; preds = %B, %A
-        unwind
+        ret void
 }