[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(exp(x...
[oota-llvm.git] / test / Transforms / ADCE / 2004-05-04-UnreachableBlock.ll
index a6a41fd69effe9199ab7ca7eae70994be6721426..7ee0f468af0b92f59da690f7b5ac008de10930b5 100644 (file)
@@ -11,6 +11,6 @@ invoke_catch.0:         ; No predecessors!
         br i1 false, label %UnifiedUnwindBlock, label %UnifiedReturnBlock
 
 UnifiedUnwindBlock:             ; preds = %invoke_catch.0
-        unwind
+        unreachable
 }