[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / 2004-10-17-InlineFunctionWithoutReturn.ll
index 3f832c79b9203b39eea0ba07cfd97b7e75a8cbda..866327f64a8f25237c6642cd0b58e392e52b61c2 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt %s -inline -disable-output
+; RUN: opt %s -inline -disable-output
 
 define i32 @test() {
-        unwind
+        unreachable
 }
 
 define i32 @caller() {