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