[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / 2004-04-15-InlineDeletesCall.ll
index 1d154908a38fe49af963c35e5fa8ae6ce068d87a..62a7594ba437b79a8429774081a8bcb0a0d0d44f 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: opt %s -inline -disable-output
+; RUN: opt %s -inline -disable-output
 
 ; Inlining the first call caused the inliner function to delete the second
 ; call.  Then the inliner tries to inline the second call, which no longer
 ; exists.
 
 define internal void @Callee1() {
-        unwind
+        unreachable
 }
 
 define void @Callee2() {