[test/Transforms/InstCombine/shift.ll] Removed duplicate test cases. NFC.
[oota-llvm.git] / test / Transforms / ADCE / 2004-05-04-UnreachableBlock.ll
index 87a1550e9d45e3634539a28bc892d184234fa961..7ee0f468af0b92f59da690f7b5ac008de10930b5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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
 }