[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(exp(x...
[oota-llvm.git] / test / Transforms / ADCE / 2004-05-04-UnreachableBlock.ll
index 675670e18709a64168fb19d9d4790ed5e61747a6..7ee0f468af0b92f59da690f7b5ac008de10930b5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -adce -disable-output
+; RUN: opt %s -adce -disable-output
 
 define void @test() {
 entry:
@@ -11,6 +11,6 @@ invoke_catch.0:         ; No predecessors!
         br i1 false, label %UnifiedUnwindBlock, label %UnifiedReturnBlock
 
 UnifiedUnwindBlock:             ; preds = %invoke_catch.0
-        unwind
+        unreachable
 }